Skip to content

Commit 1ff6864

Browse files
committed
something something
1 parent a5f7136 commit 1ff6864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unicodetools/src/main/java/org/unicode/props/PropertyParsingInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ public void put(
328328
if (merger != null) {
329329
var oldValue = data.get(codepoint);
330330
if (oldValue != null) {
331-
// If there is a merger and it is about to do something something,
332-
// we need to do the merging ourselves, to resolve the references
333-
// before merging and check for collapsibility after merging.
331+
// If there is a merger and it is about to do something, we need to
332+
// do the merging ourselves, to resolve the references before
333+
// merging and check for collapsibility after merging.
334334
if (oldValue.equals(
335335
IndexUnicodeProperties.UNCHANGED_IN_BASE_VERSION)) {
336336
oldValue = nextValue;

0 commit comments

Comments
 (0)