From dede6b8f046254862cea61210d75093c55e4ed07 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 23 Jul 2007 19:21:06 +0000
Subject: [PATCH] Fix message numbering conflicts introduced in two previous revisions.

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

diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index a59cc29..9c298a5 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -9181,13 +9181,6 @@
   public static final int MSGID_CLI_HEADING_PROPERTY_DEFAULT_VALUE =
     CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1215;
 
-<<<<<<< .mine
-  /**
-   * Message ID for reverter tool's directory option.
-   */
-  public static final int MSGID_REVERT_DESCRIPTION_DIRECTORY =
-          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1216;
-=======
   /**
    * The message ID for the message that will be used as the
    * description of the advanced mode argument in get-xxx-prop
@@ -9196,29 +9189,8 @@
    */
   public static final int MSGID_DSCFG_DESCRIPTION_ADVANCED_GET =
        CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1216;
->>>>>>> .r2457
 
   /**
-<<<<<<< .mine
-   * Message ID for reverter tool's directory option.
-   */
-  public static final int MSGID_REVERT_DESCRIPTION_RECENT =
-          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1217;
-
-  /**
-   * Message ID for reverter tool's directory option.
-   */
-  public static final int MSGID_REVERT_DESCRIPTION_INTERACTIVE =
-          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1218;
-
-  /**
-   * Message ID for reverter tool's directory option.
-   */
-  public static final int MSGID_REVERT_DESCRIPTION_SILENT =
-          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1219;
-
-  /**
-=======
    * The message ID for the message that will be used as the
    * description of the advanced mode argument in create-xxx and
    * set-xxx-prop sub-commands. This takes no arguments.
@@ -9234,9 +9206,33 @@
   public static final int MSGID_DSCFG_DESCRIPTION_ADVANCED_HELP =
        CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1218;
 
+  /**
+   * Message ID for reverter tool's directory option.
+   */
+  public static final int MSGID_REVERT_DESCRIPTION_DIRECTORY =
+          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1219;
+
 
   /**
->>>>>>> .r2457
+   * Message ID for reverter tool's directory option.
+   */
+  public static final int MSGID_REVERT_DESCRIPTION_RECENT =
+          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1220;
+
+  /**
+   * Message ID for reverter tool's directory option.
+   */
+  public static final int MSGID_REVERT_DESCRIPTION_INTERACTIVE =
+          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1221;
+
+  /**
+   * Message ID for reverter tool's directory option.
+   */
+  public static final int MSGID_REVERT_DESCRIPTION_SILENT =
+          CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1222;
+
+
+  /**
    * Associates a set of generic messages with the message IDs defined in this
    * class.
    */

--
Gitblit v1.10.0