1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +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:
Matt Tucker 2008-10-31 04:04:15 +00:00 committed by matt
parent bc82d8326f
commit b7e2c5b108
7 changed files with 39 additions and 32 deletions

View file

@ -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.