opendj-server-legacy/src/main/java/org/opends/server/loggers/CommonAuditLogPublisher.java
@@ -17,12 +17,9 @@ import org.forgerock.json.resource.RequestHandler; /** * Common interface for all log publisher that log to Common Audit. */ /** Common interface for all log publisher that log to Common Audit. */ interface CommonAuditLogPublisher { /** * Sets the handler to use for publishing audit events. * @@ -30,5 +27,4 @@ * The common audit handler accepting requests. */ void setRequestHandler(RequestHandler handler); }