mirror of https://github.com/apache/lucene.git
remove unused import
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e96345130e
commit
b3b94be1ac
|
@ -20,7 +20,6 @@ package org.apache.solr.core;
|
|||
import junit.framework.Assert;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.apache.lucene.analysis.ngram.NGramTokenFilter;
|
||||
import org.apache.solr.analysis.KeywordTokenizerFactory;
|
||||
import org.apache.solr.analysis.NGramFilterFactory;
|
||||
import org.apache.solr.common.SolrException;
|
||||
|
|
Loading…
Reference in New Issue