From 557168f679aaa1808644aa7a47e7e902acad5d37 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 06 Jul 2007 22:44:21 +0000
Subject: [PATCH] Fix a few cases in which a message was used with an incorrect number of arguments.
---
opends/src/server/org/opends/server/messages/ConfigMessages.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/messages/ConfigMessages.java b/opends/src/server/org/opends/server/messages/ConfigMessages.java
index 8b5bc62..1b91fad 100644
--- a/opends/src/server/org/opends/server/messages/ConfigMessages.java
+++ b/opends/src/server/org/opends/server/messages/ConfigMessages.java
@@ -106,8 +106,8 @@
/**
* The message ID for the message that will be used if an attempt is made to
- * assign an inappropriate value to a boolean attribute. This takes a single
- * argument, which is the provided invalid value.
+ * assign an inappropriate value to a boolean attribute. This takes a two
+ * arguments, which are the attribute name and the provided invalid value.
*/
public static final int MSGID_CONFIG_ATTR_INVALID_BOOLEAN_VALUE =
CATEGORY_MASK_CONFIG | SEVERITY_MASK_MILD_ERROR | 7;
--
Gitblit v1.10.0