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:
parent
aa3920da05
commit
170c14e6f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue