mirror of https://github.com/apache/lucene.git
SOLR-10286: fix precommit (unused imports)
This commit is contained in:
parent
d1b2fb33ef
commit
4a55bc4e0f
|
@ -24,9 +24,6 @@ import org.apache.lucene.document.Document;
|
|||
import org.apache.lucene.document.LazyDocument;
|
||||
import org.apache.lucene.index.IndexableField;
|
||||
import org.apache.solr.SolrTestCaseJ4;
|
||||
import org.apache.solr.common.util.ContentStreamBase;
|
||||
import org.apache.solr.request.SolrQueryRequestBase;
|
||||
import org.apache.solr.response.SolrQueryResponse;
|
||||
import org.apache.solr.schema.IndexSchema;
|
||||
import org.apache.solr.util.RefCounted;
|
||||
import org.junit.AfterClass;
|
||||
|
|
Loading…
Reference in New Issue