Added @Override annotations.

This commit is contained in:
sk89q
2011-11-29 09:23:24 -08:00
committed by TomyLobo
parent 36e4b99ade
commit 11245014c8
6 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class BukkitWorld extends LocalWorld {
*
* @return
*/
@Override
public String getName() {
return world.getName();
}