1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Remove deprecated methods scheduled for removal in Smack 4.4

This commit is contained in:
Florian Schmaus 2019-02-16 17:17:25 +01:00
parent 8df69bd3ce
commit 85f7e1d39c
2 changed files with 0 additions and 35 deletions

View file

@ -122,19 +122,6 @@ public abstract class XMPPException extends Exception {
this.request = request;
}
/**
* Returns the XMPPError associated with this exception, or <tt>null</tt> if there isn't
* one.
*
* @return the XMPPError associated with this exception.
* @deprecated use {@link #getStanzaError()} instead.
*/
@Deprecated
// TODO Remove in Smack 4.4.
public StanzaError getXMPPError() {
return error;
}
/**
* Returns the stanza error extension element associated with this exception.
*