No @Override here in Java 1.5.

This commit is contained in:
Travis Watkins
2013-03-17 22:29:05 -05:00
parent be85e48979
commit 51798af209

View File

@@ -537,7 +537,6 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
* @return True if the player standing on a solid block, else false.
* @deprecated Inconsistent with {@link org.bukkit.craftbukkit.entity.Entity#isOnGround()}
*/
@Override
@Deprecated
public boolean isOnGround();