opendj-server-legacy/src/main/java/org/opends/server/loggers/CommonAuditHTTPAccessLogPublisher.java
@@ -37,7 +37,6 @@ extends HTTPAccessLogPublisher<T> implements CommonAuditLogPublisher, ConfigurationChangeListener<T> { /** Current configuration for this publisher. */ private T config; @@ -95,5 +94,4 @@ { // nothing to do } }