Typo requred

This commit is contained in:
thatsIch
2014-09-21 00:55:50 +02:00
parent 020a79ee83
commit ffbe25b6ec
2 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ public abstract class BaseMJperdition
@Method(iname = "MJ5")
public abstract PowerReceiver getPowerReceiver();
public abstract double useEnergy(double f, double requred, boolean b);
public abstract double useEnergy(double f, double required, boolean b);
public abstract void addEnergy(float failed);