Updates the comment of #createEntry.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2342 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2004-07-15 02:34:45 +00:00 committed by gdombiak
parent 1d169dff08
commit ae17aca127
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public class Roster {
* Creates a new roster entry and presence subscription. The server will asynchronously
* update the roster with the subscription status.
*
* @param user the user.
* @param user the user. (e.g. johndoe@jabber.org)
* @param name the nickname of the user.
* @param groups the list of group names the entry will belong to, or <tt>null</tt> if the
* the roster entry won't belong to a group.