From 2c0984815ba99ad0012a9a955f747f115060348b Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 1 Mar 2007 18:44:08 +0000 Subject: [PATCH] Javadoc tweak. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7334 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/XMPPConnection.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index 45d2de282..d6d3e5f76 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -668,7 +668,8 @@ public class XMPPConnection { /** * Registers a packet listener with this connection. A packet filter determines - * which packets will be delivered to the listener. + * which packets will be delivered to the listener. If the same packet listener + * is added again with a different filter, only the new filter will be used. * * @param packetListener the packet listener to notify of new packets. * @param packetFilter the packet filter to use.