diff --git a/apps/streaming/java/src/net/i2p/client/streaming/PacketLocal.java b/apps/streaming/java/src/net/i2p/client/streaming/PacketLocal.java index d4de041065..3f856ac73d 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/PacketLocal.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/PacketLocal.java @@ -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) { if (_connection == null)