mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +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
|
||||
public Location clone() {
|
||||
throw new UnsupportedOperationException();
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public Map<String, Object> serialize() {
|
||||
@ -44,10 +44,10 @@ public final class NullLocation extends SpawnLocation {
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return -1;
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Location{null}";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user