From b19ae6bcf067bb426cc404398c9491634b00c050 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 10 Jul 2014 15:36:31 +0000
Subject: [PATCH] OPENDJ-1453 (CR-3870) Replica offline messages should be synced with updates
---
opendj3-server-dev/src/server/org/opends/server/replication/protocol/ProtocolVersion.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ProtocolVersion.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
index 1e6e2ba..9f75a01 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ProtocolVersion.java
@@ -99,7 +99,7 @@
/**
* The constant for the 8th version of the replication protocol.
* <ul>
- * <li>StopMsg now has a timestamp to communicate the replica stop time.</li>
+ * <li>New ReplicaOfflineMsg.</li>
* </ul>
*/
public static final short REPLICATION_PROTOCOL_V8 = 8;
--
Gitblit v1.10.0