Removed useless and illegal json object in the response.
Relates to #5865
This commit is contained in:
parent
3ad321fcb2
commit
c6c9bbdd72
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue