diff --git a/source/org/jivesoftware/smack/packet/IQ.java b/source/org/jivesoftware/smack/packet/IQ.java index 3c79633d1..78721bdbe 100644 --- a/source/org/jivesoftware/smack/packet/IQ.java +++ b/source/org/jivesoftware/smack/packet/IQ.java @@ -127,11 +127,9 @@ public abstract class IQ extends Packet { * Returns the sub-element XML section of the IQ packet, or null if there * isn't one.

* - * 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();