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/plugin/ReplicationMonitor.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java
index cff5d05..0618150 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java
@@ -94,7 +94,7 @@
attributes.add(attr);
/* get the base dn */
- attr = new Attribute("connected-to", domain.getChangelogServer());
+ attr = new Attribute("connected-to", domain.getReplicationServer());
attributes.add(attr);
/* get number of lost connections */
--
Gitblit v1.10.0