From 92a7350758362b7b90576a01fdf96417298e0a5c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 09 Oct 2006 14:15:55 +0000
Subject: [PATCH] - Change the synchronization code so that the changelog server can now be used directly through the ChangelogBroker class as a client API.
---
opends/src/server/org/opends/server/synchronization/AddMsg.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/synchronization/AddMsg.java b/opends/src/server/org/opends/server/synchronization/AddMsg.java
index d177029..a69c8b9 100644
--- a/opends/src/server/org/opends/server/synchronization/AddMsg.java
+++ b/opends/src/server/org/opends/server/synchronization/AddMsg.java
@@ -55,8 +55,8 @@
public class AddMsg extends UpdateMessage
{
private static final long serialVersionUID = -4905520652801395185L;
- private byte[] encodedAttributes ;
- private String parentUniqueId;
+ private final byte[] encodedAttributes;
+ private final String parentUniqueId;
/**
* Creates a new AddMessage.
--
Gitblit v1.10.0