opendj-server-legacy/src/main/java/org/opends/server/loggers/ErrorLogger.java
@@ -55,16 +55,13 @@ return instance; } /** * The constructor for this class. */ /** The constructor for this class. */ private ErrorLogger() { super((Class) ErrorLogPublisher.class, ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS); } /** {@inheritDoc} */ @Override protected ClassPropertyDefinition getJavaClassPropertyDefinition() { @@ -72,7 +69,6 @@ .getJavaClassPropertyDefinition(); } /** {@inheritDoc} */ @Override protected Collection<ErrorLogPublisher<ErrorLogPublisherCfg>> getLogPublishers() {