mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-2499: Remove final from ItemStack hashCode
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7a14c68810
commit
ef24ef29c8
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ public class ItemStack implements Cloneable, ConfigurationSerializable {
|
|||
|
||||
@Override
|
||||
@Utility
|
||||
public final int hashCode() {
|
||||
public int hashCode() {
|
||||
int hash = 1;
|
||||
|
||||
hash = hash * 31 + getTypeId();
|
||||
|
|
Loading…
Add table
Reference in a new issue