Added @Override annotations.

This commit is contained in:
sk89q
2011-11-29 20:17:50 +01:00
committed by TomyLobo
parent 36e4b99ade
commit 11245014c8
6 changed files with 6 additions and 0 deletions
@@ -88,6 +88,7 @@ public class BukkitWorld extends LocalWorld {
*
* @return
*/
@Override
public String getName() {
return world.getName();
}