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

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

javadoc fix

parent 39a68d4a
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ public class PacketLocal extends Packet implements MessageOutputStream.WriteStat ...@@ -194,7 +194,7 @@ public class PacketLocal extends Packet implements MessageOutputStream.WriteStat
} }
/** /**
* @param timeoutMs MessageOutputStream is the only caller, often with -1 ?????? * @param maxWaitMs MessageOutputStream is the only caller, often with -1 ??????
*/ */
public void waitForAccept(int maxWaitMs) { public void waitForAccept(int maxWaitMs) {
if (_connection == null) if (_connection == null)
......
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