From 305d344b81f1fd8eb96c6c938ae0be0c268f45af 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
---
opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java b/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java
index 47c380e..db05464 100644
--- a/opends/src/server/org/opends/server/replication/protocol/MonitorRequestMsg.java
+++ b/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