I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ded00300 authored by zzz's avatar zzz
Browse files

javadoc fixes

parent 811819af
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ public interface DHT { ...@@ -44,7 +44,7 @@ public interface DHT {
* @param max maximum number of peers to return * @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 > 0
* @param annMax the number of peers to announce to * @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) * @return possibly empty (never null)
*/ */
public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait); public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait);
......
...@@ -317,7 +317,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT { ...@@ -317,7 +317,7 @@ public class KRPC implements I2PSessionMuxedListener, DHT {
* @param max maximum number of peers to return * @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 > 0
* @param annMax the number of peers to announce to * @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) * @return possibly empty (never null)
*/ */
public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait) { public Collection<Hash> getPeersAndAnnounce(byte[] ih, int max, long maxWait, int annMax, long annMaxWait) {
......
...@@ -108,7 +108,7 @@ public class Destination extends KeysAndCert { ...@@ -108,7 +108,7 @@ public class Destination extends KeysAndCert {
} }
/** /**
* @deprecated, was used only by Packet.java in streaming, now unused * @deprecated was used only by Packet.java in streaming, now unused
* *
* @throws IllegalStateException if data already set * @throws IllegalStateException if data already set
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment