Move annotation in BukkitWorld

This commit is contained in:
Alexander Söderberg 2020-07-10 12:27:26 +02:00
parent 5341015cb1
commit c37cc40ad9

View File

@ -78,7 +78,7 @@ import java.util.Map;
return this.world;
}
@Override public @NotNull String getName() {
@Override @NotNull public String getName() {
return this.world.getName();
}