From 8a647b42d5ae08564436521a9c4fb499ee4f43e4 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Mon, 19 Oct 2009 21:38:37 +0000 Subject: [PATCH] javadoc update --- .../java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java index e01b28fb04..fb2589b52b 100644 --- a/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java +++ b/apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java @@ -673,6 +673,8 @@ class I2PSocketManagerImpl implements I2PSocketManager, I2PSessionListener { * Ping the specified peer, returning true if they replied to the ping within * the timeout specified, false otherwise. This call blocks. * + * @deprecated timeout is ignored - use I2PSocketManagerFull.ping() + * @param timeoutMs ignored */ public boolean ping(Destination peer, long timeoutMs) { try { -- GitLab