Remove and add entry methods comment updated

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2164 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-11-05 17:53:19 +00:00 committed by gdombiak
parent 9b9fdb9791
commit cc5802998f
1 changed files with 5 additions and 2 deletions

View File

@ -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.
*/