From 40483c36210b8a0682a9dd400f0419d11b76483e Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 10 Mar 2009 08:56:32 +0000
Subject: [PATCH] fix for 3804 : improve replication monitoring
---
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java b/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
index db3939b..8c67c5d 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -540,10 +540,10 @@
}
/**
- * Gets the info for DSs in the topology (except us).
- * @return The info for DSs in the topology (except us)
+ * Gets the info for Replicas in the topology (except us).
+ * @return The info for Replicas in the topology (except us)
*/
- public List<DSInfo> getDsList()
+ public List<DSInfo> getReplicasList()
{
return broker.getDsList();
}
--
Gitblit v1.10.0