mirror of https://github.com/apache/lucene.git
LUCENE-7161: remove unused import
This commit is contained in:
parent
25370cd7e0
commit
d7f4e25a1d
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue