Commit c623c1f5 authored by Gabriel Guardincerri's avatar Gabriel Guardincerri Committed by gguardin

[JM-1341] NoClassDefFoundError when login in. Reviewer Daniel.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10298 b35dd754-fafc-0310-a699-88a17e54d16e
parent 30ff12ce
...@@ -10,11 +10,13 @@ ...@@ -10,11 +10,13 @@
*/ */
package org.jivesoftware.openfire.admin; package org.jivesoftware.openfire.admin;
import org.jivesoftware.util.*;
import org.jivesoftware.openfire.XMPPServer; import org.jivesoftware.openfire.XMPPServer;
import org.jivesoftware.util.*;
import org.xmpp.packet.JID; import org.xmpp.packet.JID;
import java.util.*; import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/** /**
* The AdminManager manages the AdminProvider configured for this server, caches knowledge of * The AdminManager manages the AdminProvider configured for this server, caches knowledge of
...@@ -89,9 +91,6 @@ public class AdminManager { ...@@ -89,9 +91,6 @@ public class AdminManager {
} }
}; };
PropertyEventDispatcher.addListener(propListener); PropertyEventDispatcher.addListener(propListener);
// Loads up the initial admin list.
loadAdminList();
} }
/** /**
......
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