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/DeleteContext.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/synchronization/DeleteContext.java b/opends/src/server/org/opends/server/synchronization/protocol/DeleteContext.java similarity index 92% rename from opends/src/server/org/opends/server/synchronization/DeleteContext.java rename to opends/src/server/org/opends/server/synchronization/protocol/DeleteContext.java index f99ff0f..ae1dabc 100644 --- a/opends/src/server/org/opends/server/synchronization/DeleteContext.java +++ b/opends/src/server/org/opends/server/synchronization/protocol/DeleteContext.java @@ -24,7 +24,9 @@ * * Portions Copyright 2006 Sun Microsystems, Inc. */ -package org.opends.server.synchronization; +package org.opends.server.synchronization.protocol; + +import org.opends.server.synchronization.common.ChangeNumber; /** * This class is used to describe the context attached to a Delete Operation. -- Gitblit v1.10.0