mirror of https://github.com/apache/lucene.git
remove bad import
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1996f7234a
commit
8c810a8e8b
|
@ -21,13 +21,11 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
import org.apache.lucene.store.BufferedIndexInput;
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.analysis.MockAnalyzer;
|
||||
import org.apache.lucene.analysis.core.WhitespaceAnalyzer;
|
||||
import org.apache.lucene.document.Document;
|
||||
import org.apache.lucene.document.Field;
|
||||
import org.apache.lucene.document.Field.Index;
|
||||
import org.apache.lucene.document.Field.Store;
|
||||
import org.apache.lucene.index.IndexWriterConfig.OpenMode;
|
||||
import org.apache.lucene.index.codecs.CodecProvider;
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
|
||||
import java.io.IOException;
|
||||
|
|
Loading…
Reference in New Issue