Remove suppress warnings annotations

This commit is contained in:
Thanos Paravantis 2016-07-13 19:03:39 +03:00
parent dab3e09837
commit 6c11b718af
3 changed files with 0 additions and 4 deletions

View File

@ -147,7 +147,6 @@ public class ChallengeCloudFall extends Challenge
}
}
@SuppressWarnings("deprecation")
private boolean isLandingBlock(Block block)
{
return block.getType() == LANDING_PLATFORM_BLOCK_TYPE && block.getData() == LANDING_PLATFORM_BLOCK_DATA;

View File

@ -46,7 +46,6 @@ import nautilus.game.arcade.game.games.mineware.challenge.ChallengeType;
*
* @deprecated
*/
@SuppressWarnings("deprecation")
public class ChallengeFishingDay extends Challenge
{
private int _startingLureLevel = 8;

View File

@ -166,7 +166,6 @@ public class ChallengeVolleyPig extends TeamChallenge
_redSide = 0;
}
@SuppressWarnings("deprecation")
@EventHandler(priority = EventPriority.LOW)
public void onPlayerMove(PlayerMoveEvent event)
{
@ -310,7 +309,6 @@ public class ChallengeVolleyPig extends TeamChallenge
}
}
@SuppressWarnings("deprecation")
private void increaseTeamScore()
{
if (_pig.isValid())