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:
Erik Hatcher 2009-02-19 21:08:53 +00:00
parent e96345130e
commit b3b94be1ac
1 changed files with 0 additions and 1 deletions

View File

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