We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f7136 commit 1ff6864Copy full SHA for 1ff6864
unicodetools/src/main/java/org/unicode/props/PropertyParsingInfo.java
@@ -328,9 +328,9 @@ public void put(
328
if (merger != null) {
329
var oldValue = data.get(codepoint);
330
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.
+ // If there is a merger and it is about to do something, we need to
+ // do the merging ourselves, to resolve the references before
+ // merging and check for collapsibility after merging.
334
if (oldValue.equals(
335
IndexUnicodeProperties.UNCHANGED_IN_BASE_VERSION)) {
336
oldValue = nextValue;
0 commit comments