mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Small comment fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1804 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
f6b61b5715
commit
44b8c1e981
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ import org.jivesoftware.smack.filter.PacketFilter;
|
|||
* opposite approach to the functionality provided by a {@link PacketCollector}
|
||||
* which lets you block while waiting for results.
|
||||
*
|
||||
* @see PacketReader#addPacketListener(PacketListener, PacketFilter)
|
||||
* @see XMPPConnection#addPacketListener(PacketListener, PacketFilter)
|
||||
* @author Matt Tucker
|
||||
*/
|
||||
public interface PacketListener {
|
||||
|
|
Loading…
Reference in a new issue