1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

Fix javadox in XMPPConnection

This commit is contained in:
Florian Schmaus 2015-01-23 22:45:47 +01:00
parent cbb477ebeb
commit 605c29a6fc

View file

@ -285,7 +285,7 @@ public interface XMPPConnection {
*
* @param packetListener the packet listener to notify of new received packets.
* @param packetFilter the packet filter to use.
* @see {@link #addPacketInterceptor(PacketListener, PacketFilter)} for a similar callback for outgoing stanzas.
* @see #addPacketInterceptor(PacketListener, PacketFilter)
* @since 4.1
*/
public void addSyncPacketListener(PacketListener packetListener, PacketFilter packetFilter);
@ -311,7 +311,7 @@ public interface XMPPConnection {
*
* @param packetListener the packet listener to notify of new received packets.
* @param packetFilter the packet filter to use.
* @see {@link #addPacketInterceptor(PacketListener, PacketFilter)} for a similar callback for outgoing stanzas.
* @see #addPacketInterceptor(PacketListener, PacketFilter)
* @since 4.1
*/
public void addAsyncPacketListener(PacketListener packetListener, PacketFilter packetFilter);