Skip to content

Commit

Permalink
This helper can be private
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Oct 18, 2021
1 parent 2a16334 commit 2f5d9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ public void testEmptyDataTierPreference() {
}
}

public static ClusterState clusterStateWithoutAllDataRoles() {
private static ClusterState clusterStateWithoutAllDataRoles() {
DiscoveryNodes.Builder discoBuilder = DiscoveryNodes.builder();
List<DiscoveryNode> nodesList = org.elasticsearch.core.List.of(
new DiscoveryNode("name_0", "node_0", buildNewFakeTransportAddress(), org.elasticsearch.core.Map.of(),
Expand Down

0 comments on commit 2f5d9cd

Please sign in to comment.