From 8bdfb229e4b8789bb1954fa0da8c1098c382bd4e 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

---
 opends/src/server/org/opends/server/replication/service/ReplicationDomain.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
index db3939b..8c67c5d 100644
--- a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/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