Minor warning fix

This commit is contained in:
Olof Larsson
2016-04-18 12:56:57 +02:00
parent 9e352cfca8
commit 34bd0ebe18

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
{