Skip to content

Commit

Permalink
Removed useless and illegal json object in the response.
Browse files Browse the repository at this point in the history
Relates to #5865
  • Loading branch information
martijnvg committed May 13, 2014
1 parent 0e2593f commit cd30dd6
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -69,8 +69,6 @@ public RestStatus status() {

@Override
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
builder.startObject();
builder.endObject();
return builder;
}

Expand Down

0 comments on commit cd30dd6

Please sign in to comment.