Lower case methods

This commit is contained in:
thatsIch
2015-05-18 00:08:05 +02:00
parent 124d14d3c3
commit 0f9ca7885a
10 changed files with 34 additions and 34 deletions
@@ -1,6 +1,6 @@
/*
* This file is part of Applied Energistics 2.
* Copyright (c) 2013 - 2014, AlgorithmX2, All rights reserved.
* Copyright (c) 2013 - 2015, AlgorithmX2, All rights reserved.
*
* Applied Energistics 2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -439,7 +439,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
return CableBusTextures.BlockP2PTunnel2.getIcon();
}
protected void QueueTunnelDrain( PowerUnits unit, double f )
protected void queueTunnelDrain( PowerUnits unit, double f )
{
double ae_to_tax = unit.convertTo( PowerUnits.AE, f * AEConfig.TUNNEL_POWER_LOSS );