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

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

javadoc fix

parent b67359ac
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,6 @@ class OutboundMessageState implements CDPQEntry { ...@@ -65,7 +65,6 @@ class OutboundMessageState implements CDPQEntry {
/** /**
* Called from UDPTransport * Called from UDPTransport
* TODO make two constructors, remove this, and make more things final * TODO make two constructors, remove this, and make more things final
* @return success
* @throws IAE if too big * @throws IAE if too big
*/ */
public OutboundMessageState(I2PAppContext context, I2NPMessage msg, PeerState peer) { public OutboundMessageState(I2PAppContext context, I2NPMessage msg, PeerState peer) {
...@@ -75,7 +74,6 @@ class OutboundMessageState implements CDPQEntry { ...@@ -75,7 +74,6 @@ class OutboundMessageState implements CDPQEntry {
/** /**
* Called from OutboundMessageFragments * Called from OutboundMessageFragments
* TODO make two constructors, remove this, and make more things final * TODO make two constructors, remove this, and make more things final
* @return success
* @throws IAE if too big * @throws IAE if too big
*/ */
public OutboundMessageState(I2PAppContext context, OutNetMessage m, PeerState peer) { public OutboundMessageState(I2PAppContext context, OutNetMessage m, PeerState peer) {
...@@ -85,7 +83,6 @@ class OutboundMessageState implements CDPQEntry { ...@@ -85,7 +83,6 @@ class OutboundMessageState implements CDPQEntry {
/** /**
* Called from OutboundMessageFragments * Called from OutboundMessageFragments
* @param m null if msg is "injected" * @param m null if msg is "injected"
* @return success
* @throws IAE if too big * @throws IAE if too big
*/ */
private OutboundMessageState(I2PAppContext context, OutNetMessage m, I2NPMessage msg, PeerState peer) { private OutboundMessageState(I2PAppContext context, OutNetMessage m, I2NPMessage msg, PeerState peer) {
......
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