From e07cdcbd253fd366c5002f7368470e0158bfcc2c Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 13 Nov 2006 08:31:12 +0000 Subject: [PATCH] Fix for 982 : reorganize synchronization code : --- opends/src/server/org/opends/server/synchronization/protocol/AddMsg.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/server/org/opends/server/synchronization/AddMsg.java b/opends/src/server/org/opends/server/synchronization/protocol/AddMsg.java similarity index 97% rename from opends/src/server/org/opends/server/synchronization/AddMsg.java rename to opends/src/server/org/opends/server/synchronization/protocol/AddMsg.java index a69c8b9..6cc8fb2 100644 --- a/opends/src/server/org/opends/server/synchronization/AddMsg.java +++ b/opends/src/server/org/opends/server/synchronization/protocol/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; /** -- Gitblit v1.10.0