mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
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
This commit is contained in:
parent
ba2b0a76bb
commit
776fad632a
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
* <message id="MlIpV-4" to="gato1@gato.home" from="gato3@gato.home/Smack">
|
||||
|
|
Loading…
Reference in a new issue