Removed useless and illegal json object in the response.

Relates to #5865
This commit is contained in:
Martijn van Groningen 2014-05-13 14:32:03 +02:00
parent 3ad321fcb2
commit c6c9bbdd72
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ public class ClearScrollResponse extends ActionResponse implements StatusToXCont
@Override
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
builder.startObject();
builder.endObject();
return builder;
}