From a90165864bedbd45ec46e4154450f728749d3b94 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 26 Jun 2013 12:11:56 +0000
Subject: [PATCH] Attempt at making AccessControlHandler free of references to org.opends.server.workflowelement.localbackend package (clearly not public API).
---
opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
index 45b1454..c289c8c 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -25,7 +25,6 @@
* Copyright 2008-2009 Sun Microsystems, Inc.
* Portions Copyright 2011 ForgeRock AS
*/
-
package org.opends.server.authorization.dseecompat;
import org.opends.server.core.*;
@@ -145,7 +144,7 @@
* @param rights The rights of the modify DN operation.
* @param entry The entry to evaluated for this modify DN.
*/
- public AciLDAPOperationContainer(LocalBackendModifyDNOperation operation,
+ public AciLDAPOperationContainer(ModifyDNOperation operation,
int rights,
Entry entry) {
super(operation, rights, entry);
--
Gitblit v1.10.0