Skip to content

Commit

Permalink
fix code style warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dingdayu authored and martint committed Nov 23, 2021
1 parent f025950 commit d90c1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class ElasticsearchClient
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapperProvider().get();

private static final Pattern ADDRESS_PATTERN = Pattern.compile("((?<cname>[^/]+)/)?(?<ip>.+):(?<port>\\d+)");
private static final Set<String> NODE_ROLES = ImmutableSet.of("data", "data_content", "data_hot", "data_warm", "data_cold", "data_frozen");
private static final Set<String> NODE_ROLES = ImmutableSet.of("data", "data_content", "data_hot", "data_warm", "data_cold", "data_frozen");

private final BackpressureRestHighLevelClient client;
private final int scrollSize;
Expand Down

0 comments on commit d90c1b7

Please sign in to comment.