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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/loggers/DebugLogPublisher.java
@@ -49,13 +49,13 @@
public abstract class DebugLogPublisher<T extends DebugLogPublisherCfg>
    implements LogPublisher<T>
{
  //The default global settings key.
  /** The default global settings key. */
  private static final String GLOBAL= "_global";
  //The map of class names to their trace settings.
  /** The map of class names to their trace settings. */
  private Map<String,TraceSettings> classTraceSettings;
  //The map of class names to their method trace settings.
  /** The map of class names to their method trace settings. */
  private Map<String,Map<String,TraceSettings>> methodTraceSettings;