1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-17 02:21:08 +01:00

Fix minor codestyle issues

This commit is contained in:
Paul Schaub 2017-12-13 23:10:11 +01:00 committed by Florian Schmaus
parent 200f90ffdc
commit cb18056613
422 changed files with 1404 additions and 1444 deletions

View file

@ -40,6 +40,6 @@ public interface PEPListener {
* @param event the event contained in the message.
* @param message the message stanza containing the PEP event.
*/
public void eventReceived(EntityBareJid from, EventElement event, Message message);
void eventReceived(EntityBareJid from, EventElement event, Message message);
}

View file

@ -50,7 +50,7 @@ import org.jxmpp.jid.EntityBareJid;
/**
*
* Manages Personal Event Publishing (XEP-163). A PEPManager provides a high level access to
* pubsub personal events. It also provides an easy way
* PubSub personal events. It also provides an easy way
* to hook up custom logic when events are received from another XMPP client through PEPListeners.
*
* Use example: