Removes unnecessary semicolons

This commit is contained in:
thatsIch
2014-09-28 00:50:06 +02:00
parent 8c3ebdb721
commit 8b4501c89d
59 changed files with 78 additions and 79 deletions
@@ -149,7 +149,7 @@ public class ContainerCellWorkbench extends ContainerUpgradeable
{
return getCellUpgradeInventory().isItemValidForSlot( i, itemstack );
}
};
}
IInventory UpgradeInventoryWrapper;