From 2185eebda9aacef3514e89eaac6aaa100094c55d Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 01:48:25 +0200 Subject: [PATCH] Typo confgiureWatchers --- parts/reporting/PartStorageMonitor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/reporting/PartStorageMonitor.java b/parts/reporting/PartStorageMonitor.java index fe76bfb7..3091d0c5 100644 --- a/parts/reporting/PartStorageMonitor.java +++ b/parts/reporting/PartStorageMonitor.java @@ -125,7 +125,7 @@ public class PartStorageMonitor extends PartMonitor implements IPartStorageMonit else if ( !isLocked ) { configuredItem = AEItemStack.create( eq ); - confgiureWatchers(); + configureWatchers(); this.getHost().markForUpdate(); } else @@ -318,11 +318,11 @@ public class PartStorageMonitor extends PartMonitor implements IPartStorageMonit public void updateWatcher(IStackWatcher newWatcher) { myWatcher = newWatcher; - confgiureWatchers(); + configureWatchers(); } // update the system... - public void confgiureWatchers() + public void configureWatchers() { if ( myWatcher != null ) myWatcher.clear();