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
@@ -451,7 +451,7 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
super.readFromNBT( data );
Config.readFromNBT( data, "config" );
priority = data.getInteger( "priority" );
};
}
@Override
public List<IMEInventoryHandler> getCellArray(StorageChannel channel)