mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
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:
parent
9b9fdb9791
commit
cc5802998f
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue