Fix a couple of javadoc warnings

This commit is contained in:
Andrey Starodubtsev 2016-01-18 16:13:22 +03:00 committed by Florian Schmaus
parent 89bd13318a
commit 35ba917728
1 changed files with 2 additions and 2 deletions

View File

@ -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) {