From c888ad173543559089d2e0a93b6c1bfc8c1868dc Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Tue, 24 Apr 2007 22:40:57 +0000 Subject: [PATCH] Make several significant changes to the OpenDS code base, including: --- opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/UpdateMessage.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/UpdateMessage.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/UpdateMessage.java index 337abf0..efaafff 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/UpdateMessage.java +++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/protocol/UpdateMessage.java @@ -34,11 +34,11 @@ import org.opends.server.core.DeleteOperation; import org.opends.server.core.ModifyDNOperation; import org.opends.server.core.ModifyOperation; -import org.opends.server.core.Operation; import org.opends.server.protocols.asn1.ASN1Exception; import org.opends.server.protocols.internal.InternalClientConnection; -import org.opends.server.protocols.ldap.LDAPException; import org.opends.server.synchronization.common.ChangeNumber; +import org.opends.server.types.LDAPException; +import org.opends.server.types.Operation; /** * Abstract class that must be extended to define a message -- Gitblit v1.10.0