mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 08:12:05 +01:00
Javadoc fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2031 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
374fc6b70a
commit
dd1256c9b7
1 changed files with 2 additions and 4 deletions
|
@ -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
|
* Returns the sub-element XML section of the IQ packet, or <tt>null</tt> if there
|
||||||
* isn't one.<p>
|
* isn't one.<p>
|
||||||
*
|
*
|
||||||
* Generally, extensions of this class should override this method. This lets
|
* Extensions of this class must override this method.
|
||||||
* the majority of IQ XML writing be generic, with each sub-class providing just
|
|
||||||
* the packet-specific XML.
|
|
||||||
*
|
*
|
||||||
* @return the query section of the IQ XML.
|
* @return the child element section of the IQ XML.
|
||||||
*/
|
*/
|
||||||
public abstract String getChildElementXML();
|
public abstract String getChildElementXML();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue