From 88e5620001d65afa8d0d8e07d1361fa44705743e 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)
---
opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java b/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
index 805bcaa..6a1a305 100644
--- a/opends/src/server/org/opends/server/replication/protocol/UpdateMessage.java
+++ b/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