Javadoc typos

This commit is contained in:
zzz
2021-10-14 07:49:02 -04:00
parent d9eed6446e
commit fd2cf972bf
3 changed files with 4 additions and 4 deletions

View File

@@ -1019,7 +1019,7 @@ public class I2PAppContext {
* Once called, the result is cached.
*
* @return 0 always in app context
* @since 0.0.47
* @since 0.9.47
*/
public long getEstimatedDowntime() {
return 0L;

View File

@@ -1971,7 +1971,7 @@ public class Router implements RouterClock.ClockShiftListener {
* May take a while to run the first time, if it has to go through the event log.
* Once called, the result is cached.
*
* @since 0.0.47
* @since 0.9.47
*/
public long getEstimatedDowntime() {
synchronized(_configFileLock) {
@@ -1993,7 +1993,7 @@ public class Router implements RouterClock.ClockShiftListener {
/**
* Only for soft restart. Not for external use.
*
* @since 0.0.47
* @since 0.9.47
*/
public void setEstimatedDowntime(long downtime) {
if (downtime <= 0)

View File

@@ -732,7 +732,7 @@ public class RouterContext extends I2PAppContext {
* Once called, the result is cached.
*
* @return downtime in ms or 0 if unknown
* @since 0.0.47
* @since 0.9.47
*/
public long getEstimatedDowntime() {
if (_router == null)