Small changes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1805 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-01-17 18:25:19 +00:00 committed by mtucker
parent 44b8c1e981
commit 0614057cf2
1 changed files with 2 additions and 1 deletions

View File

@ -55,12 +55,13 @@ package org.jivesoftware.smack;
import java.util.*;
/**
* NOTE: this class is not yet implemented.
*
* @author Matt Tucker
*/
public class Roster {
public Map presenceMap = new HashMap();
private Map presenceMap = new HashMap();
private XMPPConnection connection;