mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-11 18:11:55 +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
@ -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…
Reference in New Issue
Block a user