From def30c5903aed1955a8c8336f9f06ae6fec2fbc2 Mon Sep 17 00:00:00 2001 From: zab2 <zab2@mail.i2p> Date: Wed, 14 Aug 2013 20:29:40 +0000 Subject: [PATCH] javadoc update --- .../streaming/java/src/net/i2p/client/streaming/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java index 7b28db9157..6abcf6b7af 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java @@ -777,7 +777,7 @@ class Connection { * this may make the next time sooner but will not make it later. * If the next send time is currently < 0 (i.e. "never"), * this will set it to the time specified, but not later than - * options.getSendAckDelay() from now (2000 ms) + * options.getSendAckDelay() from now (1000 ms) */ public void setNextSendTime(long when) { if (_nextSendTime >= 0) { -- GitLab