diff --git a/source/org/jivesoftware/smack/ConnectionListener.java b/source/org/jivesoftware/smack/ConnectionListener.java index 4f62df183..961ca6293 100644 --- a/source/org/jivesoftware/smack/ConnectionListener.java +++ b/source/org/jivesoftware/smack/ConnectionListener.java @@ -57,11 +57,13 @@ public interface ConnectionListener { * The connection has reconnected successfully to the server. Connections will * reconnect to the server when the previous socket connection was abruptly closed. */ - public void reconectionSuccessful(); + public void reconnectionSuccessful(); /** * An attempt to connect to the server has failed. The connection will keep trying * reconnecting to the server in a moment. + * + * @param e the exception that caused the reconnection to fail. */ public void reconnectionFailed(Exception e); } \ No newline at end of file