mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
Remove deprecated Forwarded.getForwardedPacket()
This method was deprecated with 1cd268a8f
("Deprecate
Forwarded.getForwardedPacket()").
This commit is contained in:
parent
07da9ffb48
commit
0967019a5f
1 changed files with 0 additions and 11 deletions
|
@ -83,17 +83,6 @@ public class Forwarded implements ExtensionElement {
|
|||
return xml;
|
||||
}
|
||||
|
||||
/**
|
||||
* get the stanza forwarded by this stanza.
|
||||
*
|
||||
* @return the {@link Stanza} instance (typically a message) that was forwarded.
|
||||
* @deprecated use @{link {@link #getForwardedStanza()}} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public Stanza getForwardedPacket() {
|
||||
return forwardedPacket;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the forwarded Stanza found in this extension.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue