From ae17aca127e56bb4d71d589ce07317124066b06e Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Thu, 15 Jul 2004 02:34:45 +0000 Subject: [PATCH] Updates the comment of #createEntry. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2342 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/Roster.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/Roster.java b/source/org/jivesoftware/smack/Roster.java index e6f505789..815414832 100644 --- a/source/org/jivesoftware/smack/Roster.java +++ b/source/org/jivesoftware/smack/Roster.java @@ -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 null if the * the roster entry won't belong to a group.