MME-13 Add missing hashCode implementation.
This commit is contained in:
parent
fd08a4df13
commit
a92084a35a
@ -56,4 +56,9 @@ public final class RecipeStar {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hash(this.recipe.getOwner().getUsername(), this.recipe.getSlug(), this.owner.getUsername());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user