1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

javadoc: s/packet/stanza/

This commit is contained in:
Florian Schmaus 2015-03-24 14:09:42 +01:00
parent 164b7c6690
commit 9ac3633612
7 changed files with 11 additions and 11 deletions

View file

@ -377,7 +377,7 @@ public class InBandBytestreamManager implements BytestreamManager {
* The use of {@link StanzaType#IQ} is recommended. See <a
* href="http://xmpp.org/extensions/xep-0047.html#message">XEP-0047</a> Section 4.
*
* @param packet the stanza to set
* @param stanza the stanza to set
*/
public void setStanza(StanzaType stanza) {
this.stanza = stanza;

View file

@ -51,7 +51,7 @@ public class Open extends IQ {
*
* @param sessionID unique session ID identifying this In-Band Bytestream
* @param blockSize block size in which the data will be fragmented
* @param packet stanza type used to encapsulate the data
* @param stanza stanza type used to encapsulate the data
*/
public Open(String sessionID, int blockSize, StanzaType stanza) {
super(ELEMENT, NAMESPACE);