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

Jean-Noël Rouvignac
20.42.2016 61b9eb1be03fc03a9f4bb0013a08ff44a1059503
opendj-server-legacy/src/main/java/org/opends/server/loggers/AccessLogger.java
@@ -44,16 +44,13 @@
  /** The singleton instance of this class. */
  private static final AccessLogger instance = new AccessLogger();
  /**
   * The constructor for this class.
   */
  /** The constructor for this class. */
  private AccessLogger()
  {
    super((Class) AccessLogPublisher.class,
        ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS);
  }
  /** {@inheritDoc} */
  @Override
  protected ClassPropertyDefinition getJavaClassPropertyDefinition()
  {
@@ -61,7 +58,6 @@
        .getJavaClassPropertyDefinition();
  }
  /** {@inheritDoc} */
  @Override
  protected Collection<AccessLogPublisher<AccessLogPublisherCfg>> getLogPublishers()
  {
@@ -490,7 +486,6 @@
    }
  }
  /** {@inheritDoc} */
  @Override
  public final synchronized void addLogPublisher(
      AccessLogPublisher<AccessLogPublisherCfg> publisher)
@@ -498,7 +493,6 @@
    loggerStorage.addLogPublisher(publisher);
  }
  /** {@inheritDoc} */
  @Override
  public final synchronized boolean removeLogPublisher(
      AccessLogPublisher<AccessLogPublisherCfg> publisher)