Commit 0412ffc1 authored by Christian Schudt's avatar Christian Schudt

Merge pull request #354 from sco0ter/log

Prevent NoClassDefFoundError during Openfire start.
parents a94507b6 bffdb085
......@@ -20,8 +20,7 @@
package org.jivesoftware.openfire.starter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.jivesoftware.util.Log;
import java.io.File;
/**
......@@ -47,8 +46,6 @@ import java.io.File;
*/
public class ServerStarter {
private static final Logger Log = LoggerFactory.getLogger(ServerStarter.class);
/**
* 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