mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
26.11.2013 a90165864bedbd45ec46e4154450f728749d3b94
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);