javadoc fixes

This commit is contained in:
zzz
2011-08-31 12:48:47 +00:00
parent d73eb16aeb
commit a928f5ef1f
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public class I2PTunnelRunner extends I2PAppThread implements I2PSocket.SocketErr
* @param initialSocketData may be null
* @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.
* @param onTImeout may be null
* @param onTimeout may be null
*/
public I2PTunnelRunner(Socket s, I2PSocket i2ps, Object slock, byte[] initialI2PData,
byte[] initialSocketData, List<I2PSocket> sockList, Runnable onTimeout) {

View File

@ -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) {
if (peer == null) return false;