Javadoc fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2031 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-18 14:46:32 +00:00 committed by mtucker
parent 374fc6b70a
commit dd1256c9b7
1 changed files with 2 additions and 4 deletions

View File

@ -127,11 +127,9 @@ 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>
*
* Generally, extensions of this class should override this method. This lets
* the majority of IQ XML writing be generic, with each sub-class providing just
* the packet-specific XML.
* Extensions of this class must override this method.
*
* @return the query section of the IQ XML.
* @return the child element section of the IQ XML.
*/
public abstract String getChildElementXML();