Remove deprecated Forwarded.getForwardedPacket()

This method was deprecated with 1cd268a8f ("Deprecate
Forwarded.getForwardedPacket()").
This commit is contained in:
Florian Schmaus 2020-04-05 22:13:14 +02:00
parent 07da9ffb48
commit 0967019a5f
1 changed files with 0 additions and 11 deletions

View File

@ -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.
*