From 9b9fdb9791d03d0ccf39d9886c8bf48a699deca7 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Wed, 5 Nov 2003 17:51:06 +0000 Subject: [PATCH] Remove entry method updated git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2163 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/Roster.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/Roster.java b/source/org/jivesoftware/smack/Roster.java index f035b3d9c..5bc71891e 100644 --- a/source/org/jivesoftware/smack/Roster.java +++ b/source/org/jivesoftware/smack/Roster.java @@ -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. */