forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -44,7 +44,7 @@ public interface DHT {
|
||||
* @param max maximum number of peers to return
|
||||
* @param maxWait the maximum time to wait (ms) must be > 0
|
||||
* @param annMax the number of peers to announce to
|
||||
* @param maxWait the maximum total time to wait for announces, may be 0 to return immediately without waiting for acks
|
||||
* @param annMaxWait the maximum total time to wait for announces, may be 0 to return immediately without waiting for acks
|
||||
* @return possibly empty (never null)
|
||||
*/
|
||||
public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait);
|
||||
|
@ -317,7 +317,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
|
||||
* @param max maximum number of peers to return
|
||||
* @param maxWait the maximum time to wait (ms) must be > 0
|
||||
* @param annMax the number of peers to announce to
|
||||
* @param maxWait the maximum total time to wait for announces, may be 0 to return immediately without waiting for acks
|
||||
* @param annMaxWait the maximum total time to wait for announces, may be 0 to return immediately without waiting for acks
|
||||
* @return possibly empty (never null)
|
||||
*/
|
||||
public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait) {
|
||||
|
Reference in New Issue
Block a user