From 06fb11343c48ecbbceed1539c026c867dd5e4bec Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Mon, 09 Jul 2007 22:21:47 +0000
Subject: [PATCH] Fix for issue #1737: definitions of message IDs for some categories span multiple files. This changes the category of some messages to match the class in which they are defined. It also adds a unit test to prevent categories from spanning multiple files in future.

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

diff --git a/opends/src/server/org/opends/server/messages/ToolMessages.java b/opends/src/server/org/opends/server/messages/ToolMessages.java
index 9b3992a..9b8d828 100644
--- a/opends/src/server/org/opends/server/messages/ToolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ToolMessages.java
@@ -6641,7 +6641,7 @@
    * windowsNetStop command-line argument.  This does not take any arguments.
    */
   public static final int MSGID_STOPDS_DESCRIPTION_WINDOWS_NET_STOP =
-       CATEGORY_MASK_CORE | SEVERITY_MASK_INFORMATIONAL | 838;
+       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 838;
 
   /**
    * The message ID for the message that will be used as the description for the

--
Gitblit v1.10.0