Skip to content

Commit

Permalink
Call initialising constructor of BaseTasksRequest (elastic#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored and martijnvg committed Jan 31, 2018
1 parent 1cef531 commit 0d50f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public static class TestTasksResponse extends BaseTasksResponse {
private List<TestTaskResponse> tasks;

public TestTasksResponse() {

super(null, null);
}

public TestTasksResponse(List<TestTaskResponse> tasks, List<TaskOperationFailure> taskFailures,
Expand Down

0 comments on commit 0d50f9c

Please sign in to comment.