From e9d9cf1719aab028f77299d792e6094d36fb14d2 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Thu, 18 Oct 2012 18:19:13 +0000 Subject: [PATCH] revert nocommit on fst/Util.java git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1399764 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/core/src/java/org/apache/lucene/util/fst/Util.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lucene/core/src/java/org/apache/lucene/util/fst/Util.java b/lucene/core/src/java/org/apache/lucene/util/fst/Util.java index ace44f8cf6d..31e81abf3c3 100644 --- a/lucene/core/src/java/org/apache/lucene/util/fst/Util.java +++ b/lucene/core/src/java/org/apache/lucene/util/fst/Util.java @@ -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;