diff --git a/core/java/src/net/i2p/I2PAppContext.java b/core/java/src/net/i2p/I2PAppContext.java index 12379505b2f88dda010380448df2a44698518580..7b89f1b7b8fa87d8a18734696aa6afe3ff4cf1de 100644 --- a/core/java/src/net/i2p/I2PAppContext.java +++ b/core/java/src/net/i2p/I2PAppContext.java @@ -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; diff --git a/router/java/src/net/i2p/router/Router.java b/router/java/src/net/i2p/router/Router.java index 39f6850131f36d2f184e9cd5824353d7e299eb63..151d8d7c566b629d7ce547bf26e24532bcdf0b6c 100644 --- a/router/java/src/net/i2p/router/Router.java +++ b/router/java/src/net/i2p/router/Router.java @@ -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) diff --git a/router/java/src/net/i2p/router/RouterContext.java b/router/java/src/net/i2p/router/RouterContext.java index 39838e38fd30433159aa1ffea4fff76cd915d20f..3908491ff87fea62a3b0037ceb5c197ff7106557 100644 --- a/router/java/src/net/i2p/router/RouterContext.java +++ b/router/java/src/net/i2p/router/RouterContext.java @@ -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)