Skip to content

Commit

Permalink
Fix errors from findbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Oct 2, 2018
1 parent a9f4f9e commit 0655c5a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,9 @@ public void clearCache() {
public boolean equals(Object obj) {
return super.equals(obj);
}

@Override
public int hashCode() {
return super.hashCode();
}
}

0 comments on commit 0655c5a

Please sign in to comment.