mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Fixed Javadoc warnings.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10858 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
bc82d8326f
commit
b7e2c5b108
7 changed files with 39 additions and 32 deletions
|
@ -70,7 +70,7 @@ public class PEPManager {
|
|||
/**
|
||||
* Creates a new PEP exchange manager.
|
||||
*
|
||||
* @param con an XMPPConnection.
|
||||
* @param connection an XMPPConnection.
|
||||
*/
|
||||
public PEPManager(XMPPConnection connection) {
|
||||
this.connection = connection;
|
||||
|
@ -94,7 +94,7 @@ public class PEPManager {
|
|||
/**
|
||||
* Removes a listener from PEP events.
|
||||
*
|
||||
* @param pepListener a roster exchange listener..
|
||||
* @param pepListener a roster exchange listener.
|
||||
*/
|
||||
public void removePEPListener(PEPListener pepListener) {
|
||||
synchronized (pepListeners) {
|
||||
|
@ -105,8 +105,7 @@ public class PEPManager {
|
|||
/**
|
||||
* Publish an event.
|
||||
*
|
||||
* @param roster the roster to send
|
||||
* @param targetUserID the user that will receive the roster entries
|
||||
* @param item the item to publish.
|
||||
*/
|
||||
public void publish(PEPItem item) {
|
||||
// Create a new message to publish the event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue