From a714dc56fbe8419a6f0e4e8ffd36384009a89557 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 11 May 2007 13:19:28 +0000
Subject: [PATCH] This code allows the replication code to replay operation in the correct order when operation have dependencies (like adding child entry after parent)
---
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
index 805bcaa..6a1a305 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
@@ -90,7 +90,7 @@
* @throws DataFormatException if the encoded byte array is not valid.
* @throws UnsupportedEncodingException if UTF-8 is not supprted.
*/
- public UpdateMessage(byte[] in) throws DataFormatException,
+ protected UpdateMessage(byte[] in) throws DataFormatException,
UnsupportedEncodingException
{
/* read the changeNumber */
--
Gitblit v1.10.0