From 72d2137e9b1137149d4c4d4fbc32d914b3ce0a62 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 19 Nov 2010 22:07:29 +0000 Subject: [PATCH] javadoc fix --- core/java/src/net/i2p/client/I2PSessionListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/client/I2PSessionListener.java b/core/java/src/net/i2p/client/I2PSessionListener.java index 6e01d994f..a76c6ab0f 100644 --- a/core/java/src/net/i2p/client/I2PSessionListener.java +++ b/core/java/src/net/i2p/client/I2PSessionListener.java @@ -39,7 +39,7 @@ public interface I2PSessionListener { /** * Notify the client that some error occurred - * @param null can be null? or not? + * @param error can be null? or not? */ void errorOccurred(I2PSession session, String message, Throwable error); }