javadoc update

This commit is contained in:
zab2
2013-08-14 20:29:40 +00:00
parent 193f0bbc42
commit def30c5903

View File

@ -777,7 +777,7 @@ class Connection {
* this may make the next time sooner but will not make it later. * this may make the next time sooner but will not make it later.
* If the next send time is currently < 0 (i.e. "never"), * If the next send time is currently < 0 (i.e. "never"),
* this will set it to the time specified, but not later than * 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) { public void setNextSendTime(long when) {
if (_nextSendTime >= 0) { if (_nextSendTime >= 0) {