LUCENE-7161: remove unused import

This commit is contained in:
Robert Muir 2016-08-15 10:44:52 -04:00
parent 25370cd7e0
commit d7f4e25a1d

View File

@ -41,7 +41,6 @@ import org.apache.lucene.search.QueryUtils;
import org.apache.lucene.search.TermQuery;
import org.apache.lucene.store.Directory;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
public class TestMoreLikeThis extends LuceneTestCase {