From dd1256c9b7a3585cb7269e138e73ab22d135c250 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Mon, 18 Aug 2003 14:46:32 +0000 Subject: [PATCH] Javadoc fix. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2031 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/packet/IQ.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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();