Fixed method name.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2061 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-08-24 01:58:05 +00:00 committed by mtucker
parent aa3920da05
commit 170c14e6f3
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class RosterGroup {
* @param user the XMPP address of the user.
* @return true if the XMPP address is an entry in this group.
*/
public boolean conatins(String user) {
public boolean contains(String user) {
if (user == null) {
return false;
}