Commit 7ccb300d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed cache name typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8202 b35dd754-fafc-0310-a699-88a17e54d16e
parent 665c6a49
......@@ -14,7 +14,6 @@ package org.jivesoftware.openfire.user;
import org.dom4j.Element;
import org.jivesoftware.openfire.IQResultListener;
import org.jivesoftware.openfire.XMPPServer;
import org.jivesoftware.openfire.roster.Roster;
import org.jivesoftware.openfire.event.UserEventDispatcher;
import org.jivesoftware.openfire.event.UserEventListener;
import org.jivesoftware.stringprep.Stringprep;
......@@ -49,7 +48,7 @@ public class UserManager implements IQResultListener {
static {
// Initialize caches.
userCache = CacheFactory.createCache("User");
remoteUsersCache = CacheFactory.createCache("Remote Users Exixtence");
remoteUsersCache = CacheFactory.createCache("Remote Users Existence");
// Load a user provider.
initProvider();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment