From 131da9bdb9ffd45552af6fa7e934e8783a7fe6e5 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 30 Dec 2021 09:59:26 -0500 Subject: [PATCH] javadoc fixes --- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSink.java | 1 - apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSource.java | 2 +- .../java/src/net/i2p/router/peermanager/ProfileOrganizer.java | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSink.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSink.java index e7c648c4bf..b2b9362d16 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSink.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSink.java @@ -39,7 +39,6 @@ public class I2PSink implements Sink { /** * @param raw false for repliable - * @param fromPort I2CP source port, 0-65535 * @param toPort I2CP destination port, 0-65535 * @since 0.9.53 */ diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSource.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSource.java index 92d0dcebca..e8b4de3772 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSource.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/udp/I2PSource.java @@ -46,7 +46,7 @@ public class I2PSource implements Source { /** * @param port I2CP port or I2PSession.PORT_ANY - * @param portocol REPLIABLE, RAW, or BOTH + * @param protocol REPLIABLE, RAW, or BOTH * @since 0.9.53 */ public I2PSource(I2PSession sess, Protocol protocol, int port) { diff --git a/router/java/src/net/i2p/router/peermanager/ProfileOrganizer.java b/router/java/src/net/i2p/router/peermanager/ProfileOrganizer.java index a480d58ae0..bc4c04deda 100644 --- a/router/java/src/net/i2p/router/peermanager/ProfileOrganizer.java +++ b/router/java/src/net/i2p/router/peermanager/ProfileOrganizer.java @@ -660,7 +660,6 @@ public class ProfileOrganizer { * @param exclude non-null, WARNING - side effect, all not-connected peers are added * @param mask 0-4 Number of bytes to match to determine if peers in the same IP range should * not be in the same tunnel. 0 = disable check; 1 = /8; 2 = /16; 3 = /24; 4 = exact IP match - * @param ipSet ignored, should call locked_selectPeers, to be fixed * @param ipSet may be null only if mask is 0 * @since 0.9.53 */