From 5606f48359e5d381e80bc7bf8f42bcbdf2e19ec0 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 11 Jul 2007 05:32:57 +0000
Subject: [PATCH] Make a few generic fixes to various configuration classes, including:
---
opends/src/server/org/opends/server/core/AccountStatusNotificationHandlerConfigManager.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/core/AccountStatusNotificationHandlerConfigManager.java b/opends/src/server/org/opends/server/core/AccountStatusNotificationHandlerConfigManager.java
index 6d2fc87..a165f77 100644
--- a/opends/src/server/org/opends/server/core/AccountStatusNotificationHandlerConfigManager.java
+++ b/opends/src/server/org/opends/server/core/AccountStatusNotificationHandlerConfigManager.java
@@ -394,8 +394,8 @@
* class to load, instantiate, and initialize.
* @param configuration The configuration to use to initialize the
* notification handler. It must not be {@code null}.
- * @param initialize Indicates whether the key manager provider instance
- * should be initialized.
+ * @param initialize Indicates whether the account status notification
+ * handler instance should be initialized.
*
* @return The possibly initialized notification handler.
*
--
Gitblit v1.10.0