forked from I2P_Developers/i2p.i2p
Javadoc fixes.
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user