mirror of https://github.com/apache/lucene.git
revert nocommit on fst/Util.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1399764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de400265aa
commit
e9d9cf1719
|
@ -400,7 +400,6 @@ public final class Util {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// nocommit this isn't safe? last path could be rejected?
|
|
||||||
if (results.size() == topN-1) {
|
if (results.size() == topN-1) {
|
||||||
// Last path -- don't bother w/ queue anymore:
|
// Last path -- don't bother w/ queue anymore:
|
||||||
queue = null;
|
queue = null;
|
||||||
|
|
Loading…
Reference in New Issue