Skip to content

Commit dc790f4

Browse files
committed
reword
1 parent b38da7c commit dc790f4

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
@@ -435,8 +435,9 @@ private Map<String, ProtoFile> loadFilesWithLocations() {
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>
437437
*
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>
438+
* <p>This is needed because imports in Protobuf use forward slashes (`/`)
439+
* which causes a conflict with Windows paths. For example,`language/language.proto`
440+
* would be converted to `language\language.proto` in Windows causing a resolution exception</p>
440441
*
441442
* @param path the file path to standardize; must not be {@code null}.
442443
* @return the standardized file path with forward slashes if running on Windows, or the original path otherwise.

0 commit comments

Comments
 (0)