From 98a5896dca14ea8ac850d94ebd46713da552601d Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 26 Apr 2007 06:31:01 +0000
Subject: [PATCH] Rename the class with names containing synchronization or changelog. Replace most of the changelog occurences with replication server. (issue 1090)

---
 opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java b/opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java
index 50c79f2..b7e64d0 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java
@@ -43,7 +43,8 @@
  * ServerState class.
  * This object is used to store the last update seem on this server
  * from each server.
- * It is exchanged with the changelog servers at connection establishment time.
+ * It is exchanged with the replication servers at connection establishment
+ * time.
  */
 public class ServerState implements Iterable<Short>
 {

--
Gitblit v1.10.0