1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Javadoc readability.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11467 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
guus 2009-12-31 22:21:55 +00:00
parent 7c33609adf
commit ce323cb128

View file

@ -42,6 +42,7 @@ import org.jivesoftware.smackx.packet.PEPPubSub;
* *
* Use example: * Use example:
* *
* <pre>
* PEPManager pepManager = new PEPManager(smackConnection); * PEPManager pepManager = new PEPManager(smackConnection);
* pepManager.addPEPListener(new PEPListener() { * pepManager.addPEPListener(new PEPListener() {
* public void eventReceived(String inFrom, PEPEvent inEvent) { * public void eventReceived(String inFrom, PEPEvent inEvent) {
@ -55,7 +56,8 @@ import org.jivesoftware.smackx.packet.PEPPubSub;
* *
* Tune tune = new Tune("jeff", "1", "CD", "My Title", "My Track"); * Tune tune = new Tune("jeff", "1", "CD", "My Title", "My Track");
* pepManager.publish(tune); * pepManager.publish(tune);
* * </pre>
*
* @author Jeff Williams * @author Jeff Williams
*/ */
public class PEPManager { public class PEPManager {