From cc5802998f6b3074366a1e453c5ba44b9e85882b Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Wed, 5 Nov 2003 17:53:19 +0000 Subject: [PATCH] Remove and add entry methods comment updated git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2164 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/RosterGroup.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smack/RosterGroup.java b/source/org/jivesoftware/smack/RosterGroup.java index c919ad8e3..1f8a140ba 100644 --- a/source/org/jivesoftware/smack/RosterGroup.java +++ b/source/org/jivesoftware/smack/RosterGroup.java @@ -193,7 +193,8 @@ public class RosterGroup { } /** - * Adds a roster entry to this group. + * Adds a roster entry to this group. If the entry was unfiled then it will be removed from + * the unfiled list and will be added to this group. * * @param entry a roster entry. */ @@ -211,7 +212,9 @@ public class RosterGroup { } /** - * Removes a roster entry from this group. + * Removes a roster entry from this group. If the entry does not belong to any other group + * then it will be considered as unfiled, therefore it will be added to the list of unfiled + * entries. * * @param entry a roster entry. */