Code Style / Cleanup

This commit is contained in:
AlgorithmX2
2014-05-11 13:30:54 -05:00
parent 34048d45a2
commit a04bc65e35
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -18,7 +18,6 @@ import appeng.util.inv.ItemSlot;
import appeng.util.inv.WrapperMCISidedInventory;
import buildcraft.api.inventory.ISpecialInventory;
@SuppressWarnings("deprecation")
public abstract class InventoryAdaptor implements Iterable<ItemSlot>
{