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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/core/ModifyOperationBasis.java
@@ -46,7 +46,6 @@
import org.opends.server.core.networkgroups.NetworkGroup;
import org.opends.server.loggers.debug.DebugLogger;
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.protocols.asn1.ASN1OctetString;
import org.opends.server.protocols.ldap.LDAPAttribute;
import org.opends.server.protocols.ldap.LDAPModification;
import org.opends.server.types.*;
@@ -150,7 +149,7 @@
    this.entryDN       = entryDN;
    this.modifications = modifications;
    rawEntryDN = new ASN1OctetString(entryDN.toString());
    rawEntryDN = ByteString.valueOf(entryDN.toString());
    rawModifications = new ArrayList<RawModification>(modifications.size());
    for (Modification m : modifications)