mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fixed spelling error.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1945 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
7f8756d5a0
commit
28503b5fdd
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class Roster {
|
|||
*
|
||||
* @param rosterListener a roster listener.
|
||||
*/
|
||||
public void addRosterListner(RosterListener rosterListener) {
|
||||
public void addRosterListener(RosterListener rosterListener) {
|
||||
synchronized (rosterListeners) {
|
||||
if (!rosterListeners.contains(rosterListener)) {
|
||||
rosterListeners.add(rosterListener);
|
||||
|
|
Loading…
Reference in a new issue