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

neil_a_wilson
25.40.2007 44aad3f84d2a820094f3b5e73722778edc8c23f5
opends/src/dsml/org/opends/dsml/protocol/DSMLAddOperation.java
@@ -37,10 +37,11 @@
import org.opends.server.protocols.ldap.AddRequestProtocolOp;
import org.opends.server.protocols.ldap.AddResponseProtocolOp;
import org.opends.server.protocols.ldap.LDAPAttribute;
import org.opends.server.protocols.ldap.LDAPException;
import org.opends.server.protocols.ldap.LDAPMessage;
import org.opends.server.protocols.ldap.ProtocolOp;
import org.opends.server.tools.LDAPConnection;
import org.opends.server.types.LDAPException;
import org.opends.server.types.RawAttribute;
@@ -99,7 +100,7 @@
    addResponse.setRequestID(requestID);
    ASN1OctetString dnStr = new ASN1OctetString(addRequest.getDn());
    ArrayList<LDAPAttribute> attributes = new ArrayList<LDAPAttribute>();
    ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
    List<DsmlAttr> addList = addRequest.getAttr();
    for(DsmlAttr attr : addList)