SOLR-8995: Remove unused imports.

This commit is contained in:
Adrien Grand 2016-06-20 09:40:05 +02:00
parent bac521d1aa
commit 5afdc1d72d
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ import org.apache.solr.common.cloud.ZkCoreNodeProps;
import org.apache.solr.common.cloud.ZkNodeProps;
import org.apache.solr.common.cloud.ZkStateReader;
import org.apache.solr.common.util.RetryUtil;
import org.apache.solr.common.util.RetryUtil.RetryCmd;
import org.apache.solr.common.util.Utils;
import org.apache.solr.core.CoreContainer;
import org.apache.solr.core.SolrCore;

View File

@ -21,7 +21,6 @@ import java.util.concurrent.atomic.AtomicInteger;
import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.SolrException.ErrorCode;
import org.apache.solr.common.util.RetryUtil.RetryCmd;
public class TestRetryUtil extends SolrTestCaseJ4 {