From 7fc2cd9cdee7b326bca131e22a1f223d5624269e Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 1 Jun 2013 16:59:06 +0000 Subject: [PATCH] javadoc --- core/java/src/net/i2p/client/I2PSession.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/src/net/i2p/client/I2PSession.java b/core/java/src/net/i2p/client/I2PSession.java index 661ea2fff3..8822ea3aec 100644 --- a/core/java/src/net/i2p/client/I2PSession.java +++ b/core/java/src/net/i2p/client/I2PSession.java @@ -222,7 +222,10 @@ public interface I2PSession { public Destination lookupDest(Hash h, long maxWait) throws I2PSessionException; /** + * Pass updated options to the router. * Does not remove properties previously present but missing from this options parameter. + * Fails silently if session is not connected. + * * @param options non-null * @since 0.8.4 */