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
@@ -309,7 +309,8 @@ public class GuiCraftingCPU extends AEBaseGui implements ISortSource
IAEItemStack pendingStack = this.pending.findPrecise( refStack );
int lines = 0;
boolean active = false, scheduled = false;
boolean active = false;
boolean scheduled = false;
if ( stored != null && stored.getStackSize() > 0 )
{