LUCENE-7161: remove unused import

This commit is contained in:
Robert Muir 2016-08-15 10:44:52 -04:00
parent 25370cd7e0
commit d7f4e25a1d
1 changed files with 0 additions and 1 deletions

View File

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