From 2b3c18d669292e2eca155f626cc8423d57bfc138 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 18 Jul 2007 08:15:40 +0000
Subject: [PATCH] Fix overlap between Message Id

---
 opends/src/server/org/opends/server/messages/ToolMessages.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index 5fcaf8b..64d2990 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/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;
 
 
 

--
Gitblit v1.10.0