LUCENE-7472: remove unused import

This commit is contained in:
Steve Rowe 2016-10-04 16:24:11 -04:00
parent a6a8032c7f
commit 09e03c47c2
1 changed files with 0 additions and 1 deletions

View File

@ -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.