You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/12/01 14:56:28 UTC

lucene-solr:branch_7x: LUCENE-8068: remove now-unused import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7deca6250 -> d2554218c


LUCENE-8068: remove now-unused import

(to fix 'ant precommit' failing)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d2554218
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d2554218
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d2554218

Branch: refs/heads/branch_7x
Commit: d2554218c711bccd4b8a56b4d18b64a8f691c170
Parents: 7deca62
Author: Christine Poerschke <cp...@apache.org>
Authored: Fri Dec 1 13:59:10 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Fri Dec 1 14:38:09 2017 +0000

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d2554218/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java b/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
index 8fa9e63..3f64100 100644
--- a/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
+++ b/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
@@ -16,8 +16,6 @@
  */
 package org.apache.lucene.index;
 
-import java.util.Iterator;
-
 import org.apache.lucene.index.DocumentsWriterPerThreadPool.ThreadState;
 import org.apache.lucene.store.Directory;
 import org.apache.lucene.util.InfoStream;