1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-28 22:44:52 +02:00

Javadoc tweak.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7334 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-03-01 18:44:08 +00:00 committed by matt
parent f418341e2b
commit 2c0984815b

View file

@ -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.