mirror of https://github.com/apache/lucene.git
LUCENE-7472: remove unused import
This commit is contained in:
parent
a6a8032c7f
commit
09e03c47c2
|
@ -27,7 +27,6 @@ import org.apache.lucene.search.BoostQuery;
|
|||
import org.apache.lucene.search.MultiPhraseQuery;
|
||||
import org.apache.lucene.search.PhraseQuery;
|
||||
import org.apache.lucene.search.Query;
|
||||
import org.apache.lucene.search.TermQuery;
|
||||
|
||||
/**
|
||||
* A QueryParser which constructs queries to search multiple fields.
|
||||
|
|
Loading…
Reference in New Issue