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

boli
08.50.2007 cf3a52a7591faffc24a890b5baebfd260b929fcd
opendj-sdk/opends/src/server/org/opends/server/api/DebugLogPublisher.java
@@ -43,7 +43,7 @@
import org.opends.server.loggers.debug.TraceSettings;
import org.opends.server.types.DebugLogLevel;
import org.opends.server.types.InitializationException;
import org.opends.server.types.DN;
/**
@@ -564,11 +564,17 @@
                                            ProtocolElement element,
                                      StackTraceElement[] stackTrace);
  /**
   * Close this publisher.
   */
  public abstract void close();
  /**
   * Gets the DN of the configuration entry for this debug log
   * publisher.
   *
   * @return The configuration entry DN.
   */
  public abstract DN getDN();
}