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

Nicolas Capponi
10.43.2014 407c33f7cfd2c6afe3fb304fb0efbb983e0b317b
opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java
@@ -52,6 +52,16 @@
  INFORMATION("INFO", "INFO"),
  /**
   * The severity that will be used for warning messages.
   */
  WARNING("WARN", "WARN"),
  /**
   * The severity that will be used for warning messages.
   */
  ERROR("ERR", "ERR"),
  /**
   * The severity that will be used for mild warning messages.
   */
  MILD_WARNING("MILD_WARN", "WARN"),
@@ -85,7 +95,7 @@
   * The severity that will be used for important informational
   * messages.
   */
  NOTICE("NOTICE", "NOTE");
  NOTICE("NOTE", "NOTE");
  static private Set<String> PROPERTY_KEY_FORM_VALUES_SET;