mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 17:09:18 +00:00
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…
x
Reference in New Issue
Block a user