From 0f4a89bd11829ff6301edb92637134455d40ff64 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 18 Apr 2007 16:04:10 +0000
Subject: [PATCH] Change JavaDoc comments to match new configuration arguments.

---
 opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java  |    6 ++++--
 opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java |    3 +--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
index cf9757c..2d15fbb 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -96,7 +96,8 @@
      *  - Processes all "aci" attributes found in the "cn=config" naming
      *    context and adds them to the ACI list cache.
      *
-     * @param configuration The configuration entry passed in from the provider.
+     * @param configuration The config handler containing the ACI
+     *  configuration information.
      * @throws InitializationException if there is a problem processing the
      * config entry or config naming context.
     */
@@ -122,7 +123,8 @@
      * entry and adds them to that ACI list cache. It also logs messages about
      * the number of ACI attribute types added to the cache. This method is
      * called once at startup.
-     * @param configEntry  The configuraion entry to search for global ACIs.
+     * @param configuration   The config handler containing the ACI
+     *  configuration information.
      * @throws InitializationException If there is an error reading
      * the global ACIs from the configuration entry.
      */
diff --git a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java
index e155854..90364d0 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/AciProvider.java
@@ -58,8 +58,7 @@
      * method.
      *
      * @param configuration
-     *          The entry containing the configuration Access Control
-     *          entry.
+     *          The config handler containing the access control configuration.
      * @throws ConfigException
      *           If the initialization fails.
      * @throws InitializationException

--
Gitblit v1.10.0