Skip to content

Commit d007915

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent bd681e7 commit d007915

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/routing/SearchReplicaSelectionIT.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
package org.elasticsearch.search.routing;
1111

12-
import com.carrotsearch.randomizedtesting.annotations.Repeat;
13-
import com.carrotsearch.randomizedtesting.annotations.Seed;
14-
1512
import org.elasticsearch.action.admin.cluster.node.stats.NodeStats;
1613
import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse;
1714
import org.elasticsearch.action.admin.cluster.state.ClusterStateResponse;
@@ -42,7 +39,6 @@ public Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
4239
.build();
4340
}
4441

45-
4642
public void testNodeSelection() throws Exception {
4743
// We grab a client directly to avoid using a randomizing client that might set a search preference.
4844
Client client = internalCluster().coordOnlyNodeClient();

0 commit comments

Comments
 (0)