From 82fac34ae279ec769891444f0f6ea10b47382f8d Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 14:09:13 +0000
Subject: [PATCH] First set of modifications for issue 1090 : rename synchronization components Move from synchronization package name to replication.

---
 opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/synchronization/protocol/ModifyDnContext.java b/opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java
similarity index 94%
rename from opends/src/server/org/opends/server/synchronization/protocol/ModifyDnContext.java
rename to opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java
index 1883eca..19e3d84 100644
--- a/opends/src/server/org/opends/server/synchronization/protocol/ModifyDnContext.java
+++ b/opends/src/server/org/opends/server/replication/protocol/ModifyDnContext.java
@@ -24,9 +24,9 @@
  *
  *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
  */
-package org.opends.server.synchronization.protocol;
+package org.opends.server.replication.protocol;
 
-import org.opends.server.synchronization.common.ChangeNumber;
+import org.opends.server.replication.common.ChangeNumber;
 
 /**
  * This class describe the synchronization context that is attached to

--
Gitblit v1.10.0