From 35af51f9683f5ef8cec66baca7b89aa1e1cbc44e Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Fri, 11 May 2007 23:27:30 +0000
Subject: [PATCH] Issue 1532: Remove ConfigEntry from Backend API. (DS-1532)
---
opends/src/server/org/opends/server/api/AccessControlProvider.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/AccessControlProvider.java b/opends/src/server/org/opends/server/api/AccessControlProvider.java
index f3573ba..9c954c8 100644
--- a/opends/src/server/org/opends/server/api/AccessControlProvider.java
+++ b/opends/src/server/org/opends/server/api/AccessControlProvider.java
@@ -40,8 +40,8 @@
* should specify the name of a class implementing this interface.
*
* @param <T>
- * The type of connection handler configuration handled by
- * this connection handler implementation.
+ * The type of access control configuration handled by
+ * this access control provider implementation.
*/
public interface AccessControlProvider
<T extends AccessControlHandlerCfg>
--
Gitblit v1.10.0