Skip to content

Commit

Permalink
Fix error introduced by faulty typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Beyad committed Jun 20, 2016
1 parent 1c209d9 commit 0c74177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
}

@Override
public boolean equals(Objeclusterct o) {
public boolean equals(Object o) {
if (this == o) {
return true;
}
Expand Down

0 comments on commit 0c74177

Please sign in to comment.