Skip to content

Commit b38da7c

Browse files
committed
reformat
1 parent 330b7c7 commit b38da7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/src/main/java/io/kafbat/ui/serdes/builtin/ProtobufFileSerde.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,9 @@ private Map<String, ProtoFile> loadFilesWithLocations() {
434434
* <p>This method is designed to standardize file paths by converting Windows-style backslashes (`\`)
435435
* to Linux/Unix-style forward slashes (`/`) when the application is running on a Windows OS.
436436
* On other operating systems, the input path is returned unchanged.</p>
437-
* This is needed because imports in Protobuf use forward slashes (`/`) for the imports
438-
* which causes a conflict with Windows paths. Ie: `language/language.proto` is converted to `language\language.proto`
437+
*
438+
* <p>This is needed because imports in Protobuf use forward slashes (`/`) for the imports
439+
* which causes a conflict with Windows paths. Ie: `language/language.proto` is converted to `language\language.proto`</p>
439440
*
440441
* @param path the file path to standardize; must not be {@code null}.
441442
* @return the standardized file path with forward slashes if running on Windows, or the original path otherwise.

0 commit comments

Comments
 (0)