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

dugan
07.56.2007 14c5f3996a46c1281cb133de439f25492c97530a
opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -44,16 +44,17 @@
 */
public class AciLDAPOperationContainer extends AciContainer  {
    /**
    /*
     * The entry to be returned if this is a LDAP search.
     */
    private SearchResultEntry searchEntry;
    /**
    /*
     * The list of modifications if this operation is a LDAP
     * modify.
     */
    private List<Modification>  modifications;
    /**
     * Constructor interface for the compare operation.
     * @param operation The compare operation to evaluate.