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

diff --git a/opends/src/server/org/opends/server/core/AttributeSyntaxConfigManager.java b/opends/src/server/org/opends/server/core/AttributeSyntaxConfigManager.java
index 19cf217..ac7714f 100644
--- a/opends/src/server/org/opends/server/core/AttributeSyntaxConfigManager.java
+++ b/opends/src/server/org/opends/server/core/AttributeSyntaxConfigManager.java
@@ -450,7 +450,7 @@
    *                        class to load, instantiate, and initialize.
    * @param  configuration  The configuration to use to initialize the attribute
    *                        syntax.  It should not be {@code null}.
-   * @param  initialize     Indicates whether the key manager provider instance
+   * @param  initialize     Indicates whether the attribute syntax instance
    *                        should be initialized.
    *
    * @return  The possibly initialized attribute syntax.

--
Gitblit v1.10.0