Removed random value.

compareToIgnoreCase instead of compareTo
This commit is contained in:
AlgorithmX2
2014-02-05 22:47:52 -06:00
parent f295669e6e
commit 071c10f94b
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -59,7 +59,6 @@ public class EnergyGridCache implements IEnergyGrid
/**
* excess power in the system.
*/
double prev_extra = 0;
double extra = 0;
IAEPowerStorage lastProvider;