Minor warning fix

This commit is contained in:
Olof Larsson 2016-04-18 12:56:57 +02:00
parent 9e352cfca8
commit 34bd0ebe18
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -72,7 +72,6 @@ public class TypeItemStack extends TypeAbstract<ItemStack>
return null;
}
@SuppressWarnings("deprecation")
@Override
public ItemStack read(String arg, CommandSender sender) throws MassiveException
{