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/ProtocolMessages.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/ProtocolMessages.java b/opends/src/server/org/opends/server/messages/ProtocolMessages.java
index 0912149..3d93db9 100644
--- a/opends/src/server/org/opends/server/messages/ProtocolMessages.java
+++ b/opends/src/server/org/opends/server/messages/ProtocolMessages.java
@@ -4604,7 +4604,7 @@
    * problem that was encountered.
    */
   public static final int MSGID_CANNOT_DECODE_GETEFFECTIVERIGHTS_AUTHZID_DN =
-       CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 426;
+       CATEGORY_MASK_PROTOCOL | SEVERITY_MASK_INFORMATIONAL | 426;
 
 
   /**

--
Gitblit v1.10.0