mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
Remove hashcode method
This commit is contained in:
parent
f7504b99ca
commit
a1d69cd25f
@ -221,11 +221,6 @@ public abstract class PlaceholderExpansion extends PlaceholderHook {
|
|||||||
getVersion().equals(expansion.getVersion());
|
getVersion().equals(expansion.getVersion());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public final int hashCode() {
|
|
||||||
return Objects.hash(getIdentifier(), getAuthor(), getVersion());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public final String toString() {
|
public final String toString() {
|
||||||
return String.format("PlaceholderExpansion[name: '%s', author: '%s', version: '%s']", getName(),
|
return String.format("PlaceholderExpansion[name: '%s', author: '%s', version: '%s']", getName(),
|
||||||
|
Loading…
Reference in New Issue
Block a user