mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
31.55.2014 6812cefe6168c6a6142a9633138c0f07ae135dd5
opendj3-server-dev/src/server/org/opends/server/api/DebugLogPublisher.java
@@ -34,7 +34,6 @@
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.admin.std.server.DebugLogPublisherCfg;
import org.opends.server.loggers.TraceSettings;
import org.opends.server.types.DebugLogLevel;
/**
 * This class defines the set of methods and structures that must be
@@ -72,7 +71,7 @@
    methodTraceSettings = null;
    //Set the global settings so that nothing is logged.
    addTraceSettings(null, new TraceSettings(DebugLogLevel.DISABLED));
    addTraceSettings(null, TraceSettings.DISABLED);
  }