From 35ba9177285872c0056539367869815b709422f1 Mon Sep 17 00:00:00 2001 From: Andrey Starodubtsev Date: Mon, 18 Jan 2016 16:13:22 +0300 Subject: [PATCH] Fix a couple of javadoc warnings --- .../src/main/java/org/jivesoftware/smack/XMPPException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java b/smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java index 434df7e09..6ee7d1658 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/XMPPException.java @@ -94,7 +94,7 @@ public abstract class XMPPException extends Exception { * @param message a description of the exception. * @param error the root cause of the exception. * @param wrappedThrowable the root cause of the exception. - * @deprecated use {@link #XMPPErrorException(XMPPError)} instead. + * @deprecated use {@link #XMPPException.XMPPErrorException(XMPPError)} instead. */ @Deprecated public XMPPErrorException(String message, XMPPError error, Throwable wrappedThrowable) { @@ -108,7 +108,7 @@ public abstract class XMPPException extends Exception { * * @param message a description of the exception. * @param error the root cause of the exception. - * @deprecated use {@link #XMPPErrorException(XMPPError)} instead. + * @deprecated use {@link #XMPPException.XMPPErrorException(XMPPError)} instead. */ @Deprecated public XMPPErrorException(String message, XMPPError error) {