Fix after merge
This commit is contained in:
parent
2a05030e22
commit
d28cc73046
|
@ -131,7 +131,6 @@ public class ListTasksResponse extends BaseTasksResponse implements ToXContent {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
|
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
|
||||||
builder.startObject();
|
|
||||||
if (getTaskFailures() != null && getTaskFailures().size() > 0) {
|
if (getTaskFailures() != null && getTaskFailures().size() > 0) {
|
||||||
builder.startArray("task_failures");
|
builder.startArray("task_failures");
|
||||||
for (TaskOperationFailure ex : getTaskFailures()){
|
for (TaskOperationFailure ex : getTaskFailures()){
|
||||||
|
@ -195,7 +194,6 @@ public class ListTasksResponse extends BaseTasksResponse implements ToXContent {
|
||||||
}
|
}
|
||||||
builder.endObject();
|
builder.endObject();
|
||||||
}
|
}
|
||||||
builder.endObject();
|
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue