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

lutoff
18.15.2007 a69c39928f09bdf0370bd97d69e407882e3dfba4
Fix overlap between Message Id
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -9040,7 +9040,7 @@
   * displaying the password history state values.
   */
  public static final int MSGID_PWPSTATE_LABEL_PASSWORD_HISTORY =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1200;
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1201;
@@ -9049,7 +9049,7 @@
   * get-password-history subcommand.
   */
  public static final int MSGID_DESCRIPTION_PWPSTATE_GET_PASSWORD_HISTORY =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1201;
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1202;
@@ -9058,7 +9058,7 @@
   * clear-password-history subcommand.
   */
  public static final int MSGID_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_HISTORY =
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1202;
       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1203;