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:
parent
200f90ffdc
commit
cb18056613
422 changed files with 1404 additions and 1444 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue