From 5349c97806bb0a00038d8dc3dee4254fad187649 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 16:35:36 +0000
Subject: [PATCH] Second set of renaming for issue 1090  Rename org.opends.server.replication.changelog into org.opends.server.synchronization.changelog Use replication instead of synchronization in many places in the code/comment/file names

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

diff --git a/opends/src/server/org/opends/server/replication/protocol/DoneMessage.java b/opends/src/server/org/opends/server/replication/protocol/DoneMessage.java
index 741558e..2732c99 100644
--- a/opends/src/server/org/opends/server/replication/protocol/DoneMessage.java
+++ b/opends/src/server/org/opends/server/replication/protocol/DoneMessage.java
@@ -31,7 +31,7 @@
 import java.util.zip.DataFormatException;
 
 /**
- * This message is part of the synchronization protocol.
+ * This message is part of the replication protocol.
  * This message is sent by a server to one or several other servers after the
  * last entry sent in the context of a total update and signals to the server
  * that receives it that the export is now finished.

--
Gitblit v1.10.0