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
1 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@ import org.jivesoftware.smackx.packet.PEPPubSub;
*
* Use example:
*
* <pre>
* PEPManager pepManager = new PEPManager(smackConnection);
* pepManager.addPEPListener(new PEPListener() {
* 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");
* pepManager.publish(tune);
*
* </pre>
*
* @author Jeff Williams
*/
public class PEPManager {