diff --git a/core/java/src/net/i2p/update/UpdateManager.java b/core/java/src/net/i2p/update/UpdateManager.java index edb39cc3c..760c711ba 100644 --- a/core/java/src/net/i2p/update/UpdateManager.java +++ b/core/java/src/net/i2p/update/UpdateManager.java @@ -33,7 +33,7 @@ public interface UpdateManager { public void shutdown(); /** - * Called by the Updater, either after check() was called, or it found out on its own. + * Called by the Checker, either after check() was called, or it found out on its own. * * @param newsSource who told us * @param id plugin name for plugins, ignored otherwise @@ -49,7 +49,7 @@ public interface UpdateManager { String newVersion, String minVersion); /** - * Called by the Updater after check() was called and all notifyVersionAvailable() callbacks are finished + * Called by the Checker after check() was called and all notifyVersionAvailable() callbacks are finished * @param newer notifyVersionAvailable was called * @param success check succeeded (newer or not) */