Remove @SuppressWarnings("deprecation") because the methods aren't deprecated anymore

This commit is contained in:
Daniel Saukel 2015-12-28 01:38:19 +01:00
parent 4c7b97356a
commit 9ac6d4b670
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ public class LivesCommand extends DCommand {
setConsoleCommand(true);
}
@SuppressWarnings("deprecation")
@Override
public void onExecute(String[] args, CommandSender sender) {
Player player = null;

View File

@ -63,7 +63,6 @@ public class DSavePlayer {
}
public void reset(boolean keepInventory) {
@SuppressWarnings("deprecation")
Player player = plugin.getServer().getPlayer(playerName);
boolean offline = false;
if (player == null) {