mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-12 08:01:08 +01:00
Substitute 'packet' with 'stanza(/packet)' in javadoc
This commit is contained in:
parent
0ca4e8b72a
commit
5e86db4f80
168 changed files with 650 additions and 650 deletions
|
|
@ -48,10 +48,10 @@ public class GcmPacketExtension extends AbstractJsonPacketExtension {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the GCM packet extension from the packet.
|
||||
* Retrieve the GCM stanza(/packet) extension from the packet.
|
||||
*
|
||||
* @param packet
|
||||
* @return the GCM packet extension or null.
|
||||
* @return the GCM stanza(/packet) extension or null.
|
||||
*/
|
||||
public static GcmPacketExtension from(Stanza packet) {
|
||||
return packet.getExtension(ELEMENT, NAMESPACE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue