From 71607fff2d4969d3a5c7e14e99874ffeb88f72b4 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 2 Jan 2013 14:02:02 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/update/UpdateManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) */