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:
Gaston Dombiak 2004-03-29 21:31:08 +00:00 committed by gdombiak
parent a5b33b4118
commit 46f339d8db
1 changed files with 1 additions and 1 deletions

View File

@ -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
* 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.
*