mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Remove unused imports in RemoteClustersIT and InternalTestCluster
This commit removes unused imports that are causing checkStyle failures. Signed-off-by: Peter Nied <petern@amazon.com>
This commit is contained in:
parent
5f92d715ab
commit
f7d66c6718
@ -34,9 +34,6 @@ import org.junit.Before;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.junit.Assume.assumeThat;
|
||||
|
||||
public class RemoteClustersIT extends AbstractMultiClusterRemoteTestCase {
|
||||
|
||||
@Before
|
||||
|
@ -164,7 +164,6 @@ import static org.elasticsearch.discovery.FileBasedSeedHostsProvider.UNICAST_HOS
|
||||
import static org.elasticsearch.discovery.zen.ElectMasterService.DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING;
|
||||
import static org.elasticsearch.test.ESTestCase.assertBusy;
|
||||
import static org.elasticsearch.test.ESTestCase.getTestTransportType;
|
||||
import static org.elasticsearch.test.ESTestCase.inFipsJvm;
|
||||
import static org.elasticsearch.test.ESTestCase.randomFrom;
|
||||
import static org.elasticsearch.test.NodeRoles.dataOnlyNode;
|
||||
import static org.elasticsearch.test.NodeRoles.masterOnlyNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user