Merge pull request #184 from thatsIch/Final

Removes redundant final modifiers of private methods
This commit is contained in:
Chris
2014-09-29 14:11:35 -07:00
4 changed files with 9 additions and 9 deletions
@@ -102,7 +102,7 @@ public class TileEnergyCell extends AENetworkTile implements IAEPowerStorage
return 0;
}
final private double extractAEPower(double amt, Actionable mode)
private double extractAEPower(double amt, Actionable mode)
{
if ( mode == Actionable.SIMULATE )
{