javadoc fix

This commit is contained in:
zzz
2022-10-19 11:46:19 -04:00
parent 8fee843315
commit d2d9a067ce

View File

@ -128,7 +128,7 @@ class UDPTrackerClient implements I2PSessionMuxedListener {
*
* @param ih the Info Hash (torrent)
* @param max maximum number of peers to return
* @param maxWait the maximum time to wait (ms) must be > 0
* @param maxWait the maximum time to wait (ms) must be greater than 0
* @param fast if true, don't wait for dest, no retx, ...
* @return null on fail or if fast is true
*/