mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Fix a couple of javadoc warnings
This commit is contained in:
parent
89bd13318a
commit
35ba917728
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ public abstract class XMPPException extends Exception {
|
||||||
* @param message a description of the exception.
|
* @param message a description of the exception.
|
||||||
* @param error the root cause of the exception.
|
* @param error the root cause of the exception.
|
||||||
* @param wrappedThrowable 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
|
@Deprecated
|
||||||
public XMPPErrorException(String message, XMPPError error, Throwable wrappedThrowable) {
|
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 message a description of the exception.
|
||||||
* @param error the root cause 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
|
@Deprecated
|
||||||
public XMPPErrorException(String message, XMPPError error) {
|
public XMPPErrorException(String message, XMPPError error) {
|
||||||
|
|
Loading…
Reference in a new issue