final variables and parameters
seeing some methods it does actually help to enforce the parameters
This commit is contained in:
@@ -39,7 +39,7 @@ public class BlockItemGen extends AEBaseTileBlock
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerBlockIcons( IIconRegister iconRegistry )
|
||||
public void registerBlockIcons( final IIconRegister iconRegistry )
|
||||
{
|
||||
this.registerNoIcons();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user