From 776fad632a559c0ac98183703c4b4d1455311905 Mon Sep 17 00:00:00 2001 From: Bill Lynch Date: Mon, 11 Aug 2003 13:50:03 +0000 Subject: [PATCH] Fixed a couple of minor Javadoc errors/warnings git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2018 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/RosterExchange.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smackx/packet/RosterExchange.java b/source/org/jivesoftware/smackx/packet/RosterExchange.java index e9b3f7376..3b5a31654 100644 --- a/source/org/jivesoftware/smackx/packet/RosterExchange.java +++ b/source/org/jivesoftware/smackx/packet/RosterExchange.java @@ -59,7 +59,7 @@ public class RosterExchange implements PacketExtension { /** * Adds a roster entry to the packet. * - * @param item a roster item. + * @param rosterEntry a roster item. */ public void addRosterItem(RosterEntry rosterEntry) { RosterGroup rosterGroup = null; @@ -118,7 +118,8 @@ public class RosterExchange implements PacketExtension { } /** - * Returns the XML representation of a Roster Item Exchange according the specification + * Returns the XML representation of a Roster Item Exchange according the specification. + * * Usually the XML representation will be inside of a Message XML representation like * in the following example: *