LUCENE-8068: remove now-unused import

(to fix 'ant precommit' failing)
This commit is contained in:
Christine Poerschke 2017-12-01 13:59:10 +00:00
parent 7877f5a511
commit 832a975bc4
1 changed files with 0 additions and 2 deletions

View File

@ -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;