SOLR-10286: fix precommit (unused imports)

This commit is contained in:
David Smiley 2017-03-16 21:11:39 -04:00
parent d1b2fb33ef
commit 4a55bc4e0f
1 changed files with 0 additions and 3 deletions

View File

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