mirror of https://github.com/apache/lucene.git
LUCENE-8068: remove now-unused import
(to fix 'ant precommit' failing)
This commit is contained in:
parent
7877f5a511
commit
832a975bc4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue