From 0cbbedd250cc3f293d67919eb8451cd2369f3907 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 17 Nov 2012 17:09:37 +0000 Subject: [PATCH] javadoc fix --- .../src/net/i2p/router/transport/udp/OutboundMessageState.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/router/java/src/net/i2p/router/transport/udp/OutboundMessageState.java b/router/java/src/net/i2p/router/transport/udp/OutboundMessageState.java index 600ad3c4fd..99bd8e343b 100644 --- a/router/java/src/net/i2p/router/transport/udp/OutboundMessageState.java +++ b/router/java/src/net/i2p/router/transport/udp/OutboundMessageState.java @@ -65,7 +65,6 @@ class OutboundMessageState implements CDPQEntry { /** * Called from UDPTransport * TODO make two constructors, remove this, and make more things final - * @return success * @throws IAE if too big */ public OutboundMessageState(I2PAppContext context, I2NPMessage msg, PeerState peer) { @@ -75,7 +74,6 @@ class OutboundMessageState implements CDPQEntry { /** * Called from OutboundMessageFragments * TODO make two constructors, remove this, and make more things final - * @return success * @throws IAE if too big */ public OutboundMessageState(I2PAppContext context, OutNetMessage m, PeerState peer) { @@ -85,7 +83,6 @@ class OutboundMessageState implements CDPQEntry { /** * Called from OutboundMessageFragments * @param m null if msg is "injected" - * @return success * @throws IAE if too big */ private OutboundMessageState(I2PAppContext context, OutNetMessage m, I2NPMessage msg, PeerState peer) { -- GitLab