SOLR-9512: removed unused import

This commit is contained in:
Noble Paul 2016-11-25 08:17:51 +05:30
parent e9e4715dd2
commit 142461b395
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.client.solrj.request.UpdateRequest;
import org.apache.solr.common.cloud.ClusterState;
import org.apache.solr.common.cloud.DocCollection;
import org.apache.solr.common.cloud.ZkStateReader;
import org.apache.solr.common.util.NamedList;
import org.easymock.EasyMock;