Added missing @Override annotations with Eclipse

This commit is contained in:
Andrew
2014-09-28 11:34:00 -07:00
parent b6273d9c0c
commit 8514e32f5f
92 changed files with 197 additions and 1 deletions
+2
View File
@@ -167,6 +167,7 @@ public class EnergyGridCache implements IEnergyGrid
return getEnergyDemand( maxRequired, localSeen );
}
@Override
public double getEnergyDemand(double maxRequired, Set<IEnergyGrid> seen)
{
if ( !seen.add( this ) )
@@ -199,6 +200,7 @@ public class EnergyGridCache implements IEnergyGrid
return injectAEPower( amt, mode, localSeen );
}
@Override
public double injectAEPower(double amt, Actionable mode, Set<IEnergyGrid> seen)
{
if ( !seen.add( this ) )