diff --git a/apps/routerconsole/java/src/net/i2p/router/update/ConsoleUpdateManager.java b/apps/routerconsole/java/src/net/i2p/router/update/ConsoleUpdateManager.java index 93b0157e0..04a8d779f 100644 --- a/apps/routerconsole/java/src/net/i2p/router/update/ConsoleUpdateManager.java +++ b/apps/routerconsole/java/src/net/i2p/router/update/ConsoleUpdateManager.java @@ -281,8 +281,6 @@ public class ConsoleUpdateManager implements UpdateManager, RouterApp { * Blocking. * An available update may still have a constraint or lack sources. * @param type the UpdateType of this request - * @param id id of this request - * @param maxWait max time to block * @return new version or null if nothing newer is available * @since 0.9.21 */ diff --git a/core/java/src/net/i2p/update/UpdateManager.java b/core/java/src/net/i2p/update/UpdateManager.java index 0cc3c79e4..b5035ec95 100644 --- a/core/java/src/net/i2p/update/UpdateManager.java +++ b/core/java/src/net/i2p/update/UpdateManager.java @@ -183,7 +183,6 @@ public interface UpdateManager { * Fails if check or update already in progress. * If returns true, then call isUpdateInProgress() in a loop * @param type the UpdateType of this request - * @param maxTime not honored by all Updaters * @return true if task started * @since 0.9.21 */