Call initialising constructor of BaseTasksRequest (#1771)

This commit is contained in:
David Kyle 2017-06-19 16:40:32 +01:00 committed by Martijn van Groningen
parent 1cef531165
commit 0d50f9c6a9
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ public class TestPersistentTasksPlugin extends Plugin implements ActionPlugin {
private List<TestTaskResponse> tasks;
public TestTasksResponse() {
super(null, null);
}
public TestTasksResponse(List<TestTaskResponse> tasks, List<TaskOperationFailure> taskFailures,