Javadoc fixes.

This commit is contained in:
dev
2015-06-09 14:30:42 +00:00
parent e067761947
commit c666f8a4f9
2 changed files with 0 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
*/