Skip to content

Commit

Permalink
[CCR] Removed unused static parse field.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Oct 24, 2018
1 parent 18007a2 commit 18e004c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public AcknowledgedResponse newResponse() {

public static class Request extends AcknowledgedRequest<Request> implements ToXContentObject {

static final ParseField LEADER_CLUSTER_FIELD = new ParseField("leader_cluster");

private static final ObjectParser<Request, String> PARSER = new ObjectParser<>("put_auto_follow_pattern_request", Request::new);

private static final ParseField NAME_FIELD = new ParseField("name");
Expand Down

0 comments on commit 18e004c

Please sign in to comment.