Final fields, params and variables

This commit is contained in:
yueh
2015-12-24 02:09:38 +01:00
parent 99215e1701
commit a6ee559723
21 changed files with 89 additions and 89 deletions
@@ -1060,12 +1060,12 @@ public class PartCable extends AEBasePart implements IPartCable
rh.renderFace( pos, blk.getRendererInstance().getTexture( AEPartLocation.UP ), EnumFacing.UP, renderer );
}
int getChannelsOnSide( int i )
int getChannelsOnSide( final int i )
{
return this.channelsOnSide[i];
}
void setChannelsOnSide( int i, int channels )
void setChannelsOnSide( final int i, final int channels )
{
this.channelsOnSide[i] = channels;
}