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/plugin/HistKey.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/synchronization/plugin/HistKey.java b/opends/src/server/org/opends/server/replication/plugin/HistKey.java similarity index 97% rename from opends/src/server/org/opends/server/synchronization/plugin/HistKey.java rename to opends/src/server/org/opends/server/replication/plugin/HistKey.java index d5c490d..71c630f 100644 --- a/opends/src/server/org/opends/server/synchronization/plugin/HistKey.java +++ b/opends/src/server/org/opends/server/replication/plugin/HistKey.java @@ -24,7 +24,7 @@ * * Portions Copyright 2006-2007 Sun Microsystems, Inc. */ -package org.opends.server.synchronization.plugin; +package org.opends.server.replication.plugin; /** * Enumeration used for storing type of historical information. -- Gitblit v1.10.0