mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-12-01 15:04:09 +01:00
Apply basic checkstyle fixes to NullLocation.
This commit is contained in:
parent
11edd8e631
commit
58d37e93ee
@ -20,7 +20,7 @@ public final class NullLocation extends SpawnLocation {
|
|||||||
@Override
|
@Override
|
||||||
public Location clone() {
|
public Location clone() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
};
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, Object> serialize() {
|
public Map<String, Object> serialize() {
|
||||||
@ -44,10 +44,10 @@ public final class NullLocation extends SpawnLocation {
|
|||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return -1;
|
return -1;
|
||||||
};
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "Location{null}";
|
return "Location{null}";
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user