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

gbellato
13.31.2006 0bee1ee3a776af367c685d042155cd43ae71deab
opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/AddMsg.java
File was renamed from opendj-sdk/opends/src/server/org/opends/server/synchronization/AddMsg.java
@@ -24,7 +24,7 @@
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 */
package org.opends.server.synchronization;
package org.opends.server.synchronization.protocol;
import org.opends.server.core.AddOperation;
import org.opends.server.core.DirectoryServer;
@@ -42,10 +42,11 @@
import org.opends.server.protocols.internal.InternalClientConnection;
import org.opends.server.protocols.ldap.LDAPAttribute;
import org.opends.server.protocols.ldap.LDAPException;
import org.opends.server.synchronization.common.ChangeNumber;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeValue;
import static org.opends.server.synchronization.OperationContext.*;
import static org.opends.server.synchronization.protocol.OperationContext.*;
import static org.opends.server.util.StaticUtils.toLowerCase;
/**