mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Code cleanup.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1965 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
34acbe9cee
commit
302f9a4778
3 changed files with 26 additions and 21 deletions
|
@ -364,11 +364,6 @@ public class Roster {
|
|||
RosterPacket rosterPacket = (RosterPacket)packet;
|
||||
for (Iterator i=rosterPacket.getRosterItems(); i.hasNext(); ) {
|
||||
RosterPacket.Item item = (RosterPacket.Item)i.next();
|
||||
if (item.getItemType() == RosterPacket.ItemType.TO ||
|
||||
item.getItemType() == RosterPacket.ItemType.BOTH)
|
||||
{
|
||||
|
||||
}
|
||||
RosterEntry entry = new RosterEntry(item.getUser(), item.getName(),
|
||||
item.getItemType(), connection);
|
||||
// If the roster entry has any groups, remove it from the list of unfiled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue