Commit 94b2a133 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

OF-53: reverting back again, see svn log for this file :)


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11690 b35dd754-fafc-0310-a699-88a17e54d16e
parent 374e3bf6
...@@ -24,9 +24,7 @@ import java.io.*; ...@@ -24,9 +24,7 @@ import java.io.*;
import java.util.jar.Pack200; import java.util.jar.Pack200;
import java.util.jar.JarOutputStream; import java.util.jar.JarOutputStream;
import org.slf4j.Logger; import org.jivesoftware.util.Log;
import org.slf4j.LoggerFactory;
/** /**
* Starts the core XMPP server. A bootstrap class that configures classloaders * Starts the core XMPP server. A bootstrap class that configures classloaders
* to ensure easy, dynamic server startup. * to ensure easy, dynamic server startup.
...@@ -50,7 +48,6 @@ import org.slf4j.LoggerFactory; ...@@ -50,7 +48,6 @@ import org.slf4j.LoggerFactory;
*/ */
public class ServerStarter { public class ServerStarter {
private static final Logger Log = LoggerFactory.getLogger(ServerStarter.class);
/** /**
* Default to this location if one has not been specified * Default to this location if one has not been specified
*/ */
......
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