mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Remove deprecated GroupChatInvitation.getFrom()
This commit is contained in:
parent
0967019a5f
commit
69e9f3c044
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue