From b6704fce4e6026b66ed7ebda731b6df2ea5081b5 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 17 Feb 2010 18:11:16 +0000 Subject: [PATCH] javadoc fix --- .../java/src/net/i2p/client/streaming/PacketLocal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d4de04106..3f856ac73 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)