From 2539c10246c00529b34906be7de67f9f049b9bd0 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 10 Jan 2016 19:38:29 +0100 Subject: [PATCH] Fix javadoc of ConnectionException Related to SMACK-711. --- .../src/main/java/org/jivesoftware/smack/SmackException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/SmackException.java b/smack-core/src/main/java/org/jivesoftware/smack/SmackException.java index 9c33de47a..c24d48013 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/SmackException.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/SmackException.java @@ -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 {