forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@@ -76,7 +76,7 @@ public class I2PTunnelRunner extends I2PAppThread implements I2PSocket.SocketErr
|
|||||||
* @param initialSocketData may be null
|
* @param initialSocketData may be null
|
||||||
* @param sockList may be null. Caller must add i2ps to the list! It will be removed here on completion.
|
* @param sockList may be null. Caller must add i2ps to the list! It will be removed here on completion.
|
||||||
* Will synchronize on slock when removing.
|
* Will synchronize on slock when removing.
|
||||||
* @param onTImeout may be null
|
* @param onTimeout may be null
|
||||||
*/
|
*/
|
||||||
public I2PTunnelRunner(Socket s, I2PSocket i2ps, Object slock, byte[] initialI2PData,
|
public I2PTunnelRunner(Socket s, I2PSocket i2ps, Object slock, byte[] initialI2PData,
|
||||||
byte[] initialSocketData, List<I2PSocket> sockList, Runnable onTimeout) {
|
byte[] initialSocketData, List<I2PSocket> sockList, Runnable onTimeout) {
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ public class FloodfillNetworkDatabaseFacade extends KademliaNetworkDatabaseFacad
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param may be null, returns false if null
|
* @param peer may be null, returns false if null
|
||||||
*/
|
*/
|
||||||
public static boolean isFloodfill(RouterInfo peer) {
|
public static boolean isFloodfill(RouterInfo peer) {
|
||||||
if (peer == null) return false;
|
if (peer == null) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user