Commit 16ee51eb authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6897 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8a427672
...@@ -349,8 +349,9 @@ public class XMPPServer { ...@@ -349,8 +349,9 @@ public class XMPPServer {
// Otherwise, the page that requested the setup finish won't // Otherwise, the page that requested the setup finish won't
// render properly! // render properly!
Thread.sleep(1000); Thread.sleep(1000);
((AdminConsolePlugin) pluginManager.getPlugin("admin")).shutdown(); ((AdminConsolePlugin) pluginManager.getPlugin("admin")).restart();
((AdminConsolePlugin) pluginManager.getPlugin("admin")).startup(); // ((AdminConsolePlugin) pluginManager.getPlugin("admin")).shutdown();
// ((AdminConsolePlugin) pluginManager.getPlugin("admin")).startup();
} }
verifyDataSource(); verifyDataSource();
......
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