mirror of https://github.com/apache/lucene.git
SOLR-8995: Remove unused imports.
This commit is contained in:
parent
bac521d1aa
commit
5afdc1d72d
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue