Skip to content

Commit 9876ead

Browse files
committed
Merge branch '2nd-order-fixed-6x'
2 parents 4b7c175 + f80a5ed commit 9876ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/adsabs/src/java/org/apache/lucene/search/SecondOrderListOfDocsScorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public int nextDoc() throws IOException {
7777
@Override
7878
public int advance(int target) throws IOException {
7979
while ((doc = nextDoc()) < target) {
80-
return doc;
80+
//pass
8181
}
8282
return doc;
8383
}

0 commit comments

Comments
 (0)