SOLR-2484: make SynonymFilterFactory more extensible

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1098860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-05-02 23:36:16 +00:00
parent aa102b38b7
commit e5256e71e2
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ import org.apache.lucene.analysis.synonym.SynonymMap;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.common.ResourceLoader;
import visad.UnimplementedException;
public class TestSynonymMap extends LuceneTestCase {