mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01: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;
|
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.
|
* Get the group chat invitation from the given stanza.
|
||||||
* @param packet TODO javadoc me please
|
* @param packet TODO javadoc me please
|
||||||
|
|
Loading…
Reference in a new issue