From 133d187e7e63690d1b060d22b20c0cf20a22c808 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.

---
 opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
index cf9757c..2d15fbb 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
+++ b/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.
      */

--
Gitblit v1.10.0