javadoc fixes part 11 (ticket #1894)

This commit is contained in:
zzz
2017-01-27 02:19:47 +00:00
parent bd1354f95b
commit 82064760d5
13 changed files with 29 additions and 29 deletions

View File

@@ -259,7 +259,7 @@ class Packet {
* Not to be used without sanitizing for huge values.
* Setters from options did not divide by 1000, and the options default
* is 1000, so the value sent in the 1-byte field was always
* 1000 & 0xff = 0xe8 = 232
* 1000 & 0xff = 0xe8 = 232
*
* @return Delay before resending a packet in seconds.
*/