final variables and parameters

This commit is contained in:
thatsIch
2015-09-30 14:24:40 +02:00
parent 059523f543
commit 8b3a954f73
732 changed files with 9253 additions and 9256 deletions
@@ -41,7 +41,7 @@ public class ContainerCraftAmount extends AEBaseContainer
final ITerminalHost priHost;
public IAEItemStack whatToMake;
public ContainerCraftAmount( InventoryPlayer ip, ITerminalHost te )
public ContainerCraftAmount( final InventoryPlayer ip, final ITerminalHost te )
{
super( ip, te );
this.priHost = te;
@@ -59,7 +59,7 @@ public class ContainerCraftAmount extends AEBaseContainer
public IGrid getGrid()
{
IActionHost h = ( (IActionHost) this.getTarget() );
final IActionHost h = ( (IActionHost) this.getTarget() );
return h.getActionableNode().getGrid();
}