From 544c551acacdb44661b1a88dee161b401e6df1f7 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 27 May 2009 07:52:55 +0000
Subject: [PATCH] Fix some comments that were generating warning with the Javadoc

---
 opends/src/server/org/opends/server/replication/service/ReplicationDomain.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 2455dba..2332610 100644
--- a/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -1252,7 +1252,7 @@
    *
    * @param target   The server-id of the server that should be initialized.
    *                 The target can be discovered using the
-   *                 {@link #getDsList()} method.
+   *                 {@link #getReplicasList()} method.
    * @param initTask The task that triggers this initialization and that should
    *                 be updated with its progress.
    *
@@ -1583,7 +1583,7 @@
    *
    * @param source   The server-id of the source from which to initialize.
    *                 The source can be discovered using the
-   *                 {@link #getDsList()} method.
+   *                 {@link #getReplicasList()} method.
    *
    * @throws DirectoryException If it was not possible to publish the
    *                            Initialization message to the Topology.
@@ -1606,7 +1606,7 @@
    *
    * @param target   The server-id of the server that should be initialized.
    *                 The target can be discovered using the
-   *                 {@link #getDsList()} method.
+   *                 {@link #getReplicasList()} method.
    *
    * @throws DirectoryException If it was not possible to publish the
    *                            Initialization message to the Topology.
@@ -1631,7 +1631,7 @@
    *
    * @param source   The server-id of the source from which to initialize.
    *                 The source can be discovered using the
-   *                 {@link #getDsList()} method.
+   *                 {@link #getReplicasList()} method.
    * @param initTask The task that launched the initialization
    *                 and should be updated of its progress.
    *

--
Gitblit v1.10.0