Skip to content

Commit 65d2ba0

Browse files
eggrobinmarkusicu
andauthored
Long comment gets its own line.
Co-authored-by: Markus Scherer <[email protected]>
1 parent 47f33cf commit 65d2ba0

File tree

1 file changed

+2
-2
lines changed
  • unicodetools/src/main/java/org/unicode/text/utility

1 file changed

+2
-2
lines changed

unicodetools/src/main/java/org/unicode/text/utility/Utility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,8 +1502,8 @@ public static String getMostRecentUnicodeDataFile(
15021502
}
15031503
if ((versionString.startsWith("2.") || versionString.startsWith("3.0"))
15041504
&& filename.startsWith("Prop")) {
1505-
return null; // Ignore the property dumps for now, as we do not have parsing logic for
1506-
// them.
1505+
// Ignore the property dumps for now, as we do not have parsing logic for them.
1506+
return null;
15071507
}
15081508
return result;
15091509
}

0 commit comments

Comments
 (0)