From 46f339d8dbd91e6f743e04d18ed936d3511268e2 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 29 Mar 2004 21:31:08 +0000 Subject: [PATCH] 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 --- source/org/jivesoftware/smack/packet/IQ.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/packet/IQ.java b/source/org/jivesoftware/smack/packet/IQ.java index 7137f73b7..0a28c952a 100644 --- a/source/org/jivesoftware/smack/packet/IQ.java +++ b/source/org/jivesoftware/smack/packet/IQ.java @@ -130,7 +130,7 @@ public abstract class IQ extends Packet { /** * Returns the sub-element XML section of the IQ packet, or null if there - * isn't one.

+ * isn't one. Packet extensions must be included, if any are defined.

* * Extensions of this class must override this method. *