Remove deprecated GroupChatInvitation.getFrom()

This commit is contained in:
Florian Schmaus 2020-04-05 22:14:27 +02:00
parent 0967019a5f
commit 69e9f3c044
1 changed files with 0 additions and 11 deletions

View File

@ -115,17 +115,6 @@ public class GroupChatInvitation implements ExtensionElement {
return xml;
}
/**
* Deprecated.
* @param packet TODO javadoc me please
* @return the GroupChatInvitation or null
* @deprecated use {@link #from(Stanza)} instead
*/
@Deprecated
public static GroupChatInvitation getFrom(Stanza packet) {
return from(packet);
}
/**
* Get the group chat invitation from the given stanza.
* @param packet TODO javadoc me please