Skip to content

Commit

Permalink
Merge pull request #606 from artem-smotrakov/fix-javadoc
Browse files Browse the repository at this point in the history
Fix javadoc
  • Loading branch information
stleary committed Aug 18, 2021
2 parents b80141a + b48abe6 commit fb71d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/json/JSONObject.java
Expand Up @@ -128,6 +128,7 @@ protected final Object clone() {
* null.
*/
@Override
@SuppressWarnings("lgtm[java/unchecked-cast-in-equals]")
public boolean equals(Object object) {
return object == null || object == this;
}
Expand Down

0 comments on commit fb71d9d

Please sign in to comment.