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); }