mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-23 11:07:57 +01: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:
parent
f418341e2b
commit
2c0984815b
1 changed files with 2 additions and 1 deletions
|
@ -668,7 +668,8 @@ public class XMPPConnection {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a packet listener with this connection. A packet filter determines
|
* 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 packetListener the packet listener to notify of new packets.
|
||||||
* @param packetFilter the packet filter to use.
|
* @param packetFilter the packet filter to use.
|
||||||
|
|
Loading…
Reference in a new issue