Skip to content

Commit c12e892

Browse files
committed
Add a nocommit about OffsetAndLength
1 parent 728ea1f commit c12e892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lucene/core/src/java/org/apache/lucene/util/fst/NodeHash.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ private boolean nodesEqual(
280280
return false;
281281
}
282282

283+
// nocommit: change this to just offset and somehow find the length
283284
record OffsetAndLength(long offset, int length) {}
284285

285286
/** Inner class because it needs access to hash function and FST bytes. */

0 commit comments

Comments
 (0)