javadoc fix

This commit is contained in:
zzz
2010-11-19 22:07:29 +00:00
parent c06198491e
commit 72d2137e9b

View File

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