Remove entry method updated

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

View File

@ -258,7 +258,9 @@ public class Roster {
} }
/** /**
* Removes a roster entry from the roster. * Removes a roster entry from the roster. The roster entry will also be removed from the
* unfiled entries or from any roster group where it could belong and will no longer be part
* of the roster.
* *
* @param entry a roster entry. * @param entry a roster entry.
*/ */