Skip to content

Commit

Permalink
Implement FedoraResource#hashCode
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 20, 2014
1 parent f0e5de4 commit 112526e
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -580,6 +580,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 112526e

Please sign in to comment.