Multiple variables in one declaration

This commit is contained in:
thatsIch
2015-03-26 12:13:34 +01:00
parent b609b08f98
commit 81c32d5181
26 changed files with 103 additions and 37 deletions
@@ -253,7 +253,9 @@ public class ItemMultiPart extends AEBaseItem implements IPartItem, IItemGroup
@Override
public String getUnlocalizedGroupName(Set<ItemStack> others, ItemStack is)
{
boolean importBus = false, exportBus = false, group = false;
boolean importBus = false;
boolean exportBus = false;
boolean group = false;
PartType u = this.getTypeByStack( is );