1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

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

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;
}