mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
s/ a XMPP/ an XMPP/
This commit is contained in:
parent
a927d55bb1
commit
57c1b57b7c
32 changed files with 53 additions and 53 deletions
|
@ -70,7 +70,7 @@ public class MessageEventManager extends Manager {
|
|||
/**
|
||||
* Creates a new message event manager.
|
||||
*
|
||||
* @param con a XMPPConnection to a XMPP server.
|
||||
* @param con an XMPPConnection to a XMPP server.
|
||||
*/
|
||||
private MessageEventManager(XMPPConnection connection) {
|
||||
super(connection);
|
||||
|
|
|
@ -71,7 +71,7 @@ public class RosterExchangeManager {
|
|||
/**
|
||||
* Creates a new roster exchange manager.
|
||||
*
|
||||
* @param connection a XMPPConnection which is used to send and receive messages.
|
||||
* @param connection an XMPPConnection which is used to send and receive messages.
|
||||
*/
|
||||
public RosterExchangeManager(XMPPConnection connection) {
|
||||
weakRefConnection = new WeakReference<XMPPConnection>(connection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue