1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Removed the setters methods from RemoteRosterEntry

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2069 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-08-26 16:05:57 +00:00 committed by gdombiak
parent 78289e848b
commit bceff343af
5 changed files with 34 additions and 51 deletions

View file

@ -9,6 +9,7 @@ import java.util.Iterator;
import org.jivesoftware.smack.*;
import org.jivesoftware.smack.filter.*;
import org.jivesoftware.smack.packet.*;
import org.jivesoftware.smackx.*;
import junit.framework.TestCase;