Commit 55c1520a authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Small formatting fix

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7332 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6c78e9a9
......@@ -68,7 +68,7 @@ public final class HttpBindManager {
private HttpBindManager() {
// Configure Jetty logging to a more reasonable default.
System.setProperty("org.mortbay.log.class", "org.jivesoftware.util.log.util.JettyLog");
// // JSP 2.0 uses commons-logging, so also override that implementation.
// JSP 2.0 uses commons-logging, so also override that implementation.
System.setProperty("org.apache.commons.logging.LogFactory", "org.jivesoftware.util.log.util.CommonsLogFactory");
PropertyEventDispatcher.addListener(new HttpServerPropertyListener());
......
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