Skip to content

Conversation

@GraciesPadre
Copy link
Contributor

No description provided.


@Override
public int hashCode() {
int result = bucket != null ? bucket.hashCode() : 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend the use of Objects.hash() instead of using a custom hashing algorithm.

@rpmoore rpmoore merged commit a48cf95 into SpectraLogic:master Jun 7, 2017
@GraciesPadre GraciesPadre deleted the fix_live_lock_bug branch June 7, 2017 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants