Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #569 from fcrepo4/sonar-fixes
Implement FedoraResource#hashCode
  • Loading branch information
Andrew Woods committed Oct 22, 2014
2 parents 0b072a5 + 112526e commit 1312071
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -596,6 +596,11 @@ public boolean equals(final Object object) {
}
}

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

protected Session getSession() {
try {
return getNode().getSession();
Expand Down

0 comments on commit 1312071

Please sign in to comment.