mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-10 14:16:00 +01:00
Modified comment that said the IQ packets couldn't have extensions
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2261 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a5b33b4118
commit
46f339d8db
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public abstract class IQ extends Packet {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the sub-element XML section of the IQ packet, or <tt>null</tt> if there
|
* Returns the sub-element XML section of the IQ packet, or <tt>null</tt> if there
|
||||||
* isn't one.<p>
|
* isn't one. Packet extensions <b>must</b> be included, if any are defined.<p>
|
||||||
*
|
*
|
||||||
* Extensions of this class must override this method.
|
* Extensions of this class must override this method.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue