fix ununsed imports

This commit is contained in:
yonik 2016-10-11 21:52:32 -04:00
parent 5c3b12a407
commit 0375122c8e
1 changed files with 0 additions and 4 deletions

View File

@ -18,19 +18,15 @@
package org.apache.solr.search.facet;
import java.io.IOException;
import java.util.Map;
import org.apache.solr.JSONTestUtil;
import org.apache.solr.SolrTestCaseHS;
import org.apache.solr.common.params.ModifiableSolrParams;
import org.apache.solr.common.params.SolrParams;
import org.apache.solr.common.util.SimpleOrderedMap;
import org.apache.solr.request.SolrQueryRequest;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.noggit.JSONParser;
import org.noggit.JSONUtil;
import org.noggit.ObjectBuilder;