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/ErrorLogPublisher.java
@@ -47,10 +47,7 @@
  private static final LocalizedLogger logger = LocalizedLogger
      .getLoggerForThisClass();
  /**
   * The hash map that will be used to define specific log severities for the
   * various categories.
   */
  /** The hash map that will be used to define specific log severities for the various categories. */
  protected Map<String, Set<Severity>> definedSeverities = new HashMap<>();
  /**
@@ -59,7 +56,6 @@
   */
  protected Set<Severity> defaultSeverities = new HashSet<>();
  /** {@inheritDoc} */
  @Override
  public boolean isConfigurationAcceptable(T configuration,
      List<LocalizableMessage> unacceptableReasons)