Typo onThreshholdPass

This commit is contained in:
thatsIch 2014-09-20 22:45:48 +02:00
parent 31886d7f72
commit 2b78573dd3
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ public class EnergyWatcher implements IEnergyWatcher
public void post(EnergyGridCache energyGridCache)
{
myObject.onThreshholdPass( energyGridCache );
myObject.onThresholdPass( energyGridCache );
}
public EnergyWatcher(EnergyGridCache cache, IEnergyWatcherHost host) {

View file

@ -327,7 +327,7 @@ public class PartLevelEmitter extends PartUpgradeable implements IEnergyWatcherH
}
@Override
public void onThreshholdPass(IEnergyGrid energyGrid)
public void onThresholdPass(IEnergyGrid energyGrid)
{
lastReportedValue = (long) energyGrid.getStoredPower();
updateState();