LUCENE-7319: remove one more unused import

This commit is contained in:
Christine Poerschke 2016-06-13 11:11:02 +01:00
parent c8911ccc77
commit 95c7e6d716
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ import org.apache.lucene.index.IndexFileNames;
import org.apache.lucene.index.SegmentReadState;
import org.apache.lucene.index.SegmentWriteState;
import org.apache.lucene.store.ChecksumIndexInput;
import org.apache.lucene.store.IndexInput;
import org.apache.lucene.store.IndexOutput;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.LuceneTestCase;