Fix javadoc of ConnectionException

Related to SMACK-711.
This commit is contained in:
Florian Schmaus 2016-01-10 19:38:29 +01:00
parent 8997a7d8f3
commit 2539c10246
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class SmackException extends Exception {
* ConnectionException is thrown if Smack is unable to connect to all hosts of a given XMPP
* service. The failed hosts can be retrieved with
* {@link ConnectionException#getFailedAddresses()}, which will have the exception causing the
* connection failure set and retrievable with {@link HostAddress#getException()}.
* connection failure set and retrievable with {@link HostAddress#getExceptions()}.
*/
public static class ConnectionException extends SmackException {