From c02dd7f87e9ba574f06e5cc1eb36ebeb76b9f446 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Thu, 08 Oct 2009 16:02:17 +0000
Subject: [PATCH] - Addition of ReplServerStartDSMsg now sent to a DS connecting to a RS  in handshake phase instead of a ReplServerStartMsg. ReplServerStartDSMsg  contains same thing as ReplServerStartMsg but also contains

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

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java
index 47c380e..db05464 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java
@@ -42,7 +42,7 @@
    * Creates a message.
    *
    * @param serverID The sender server of this message.
-   * @param destination The server or servers targetted by this message.
+   * @param destination The server or servers targeted by this message.
    */
   public MonitorRequestMsg(int serverID, int destination)
   {

--
Gitblit v1.10.0