Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Büscher committed Oct 29, 2018
1 parent 8aadf5f commit 0bab324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ public StartRollupJobResponse startRollupJob(StartRollupJobRequest request, Requ
public void startRollupJobAsync(StartRollupJobRequest request, RequestOptions options,
ActionListener<StartRollupJobResponse> listener) {
restHighLevelClient.performRequestAsyncAndParseEntity(request,
RollupRequestConverters::startJob,
options,
StartRollupJobResponse::fromXContent,
listener, Collections.emptySet());
RollupRequestConverters::startJob,
options,
StartRollupJobResponse::fromXContent,
listener, Collections.emptySet());
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

public class DeleteRollupJobResponse extends AcknowledgedResponse {

private static final String PARSE_FIELD_NAME = "acknowledged";

public DeleteRollupJobResponse(boolean acknowledged) {
super(acknowledged);
}
Expand Down

0 comments on commit 0bab324

Please sign in to comment.