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:
Michael McCandless 2012-10-18 18:19:13 +00:00
parent de400265aa
commit e9d9cf1719
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ public final class Util {
continue;
}
// nocommit this isn't safe? last path could be rejected?
if (results.size() == topN-1) {
// Last path -- don't bother w/ queue anymore:
queue = null;