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

Gaetan Boismal
09.25.2015 09a696cadc620d9d18add4262c352831d7ba7043
opendj-server-legacy/src/main/java/org/opends/server/loggers/DebugLogger.java
@@ -115,7 +115,7 @@
   *
   * @return True if debug logging is enabled. False otherwise.
   */
  static boolean debugEnabled()
  public static boolean debugEnabled()
  {
    return enabled;
  }
@@ -137,7 +137,7 @@
   * @return The tracer for the provided class or null if there are
   *         no tracers registered.
   */
  static DebugTracer getTracer(final String className)
  public static DebugTracer getTracer(final String className)
  {
    DebugTracer tracer = classTracers.get(className);
    if (tracer == null)