Skip to content

Commit 8d129ce

Browse files
committed
iter
1 parent 505e0ab commit 8d129ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public LeafCollector getLeafCollector(LeafReaderContext context) throws IOExcept
8282
// that at this point top() is already initialized.
8383
private long topCode = heap.top();
8484
private int topScore = DocScoreEncoder.toIntScore(topCode);
85-
;
8685
private int minCompetitiveScore;
8786

8887
@Override

0 commit comments

Comments
 (0)