1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Substitute 'packet' with 'stanza(/packet)' in javadoc

This commit is contained in:
Florian Schmaus 2015-03-21 09:36:28 +01:00
parent 0ca4e8b72a
commit 5e86db4f80
168 changed files with 650 additions and 650 deletions

View file

@ -275,7 +275,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
* Closes the connection by setting presence to unavailable and closing the
* HTTP client. The shutdown logic will be used during a planned disconnection or when
* dealing with an unexpected disconnection. Unlike {@link #disconnect()} the connection's
* BOSH packet reader will not be removed; thus connection's state is kept.
* BOSH stanza(/packet) reader will not be removed; thus connection's state is kept.
*
*/
@Override
@ -476,7 +476,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
/**
* Listens for XML traffic from the BOSH connection manager and parses it into
* packet objects.
* stanza(/packet) objects.
*
* @author Guenther Niess
*/