From 81d36161ce5367fa7aa9a5d99dc8b80eacfa7cdf Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 24 Jan 2014 14:43:46 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to i18n framework and SLF4J
---
opendj3-server-dev/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java
index f74cf76..efc58b8 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java
@@ -75,7 +75,7 @@
/**
* Creates an InitializeTargetMsg by decoding the provided byte array.
- * @param in A byte array containing the encoded information for the Message
+ * @param in A byte array containing the encoded information for the LocalizableMessage
* @param version The protocol version to use to decode the msg
* @throws DataFormatException If the in does not contain a properly
* encoded InitializeMessage.
--
Gitblit v1.10.0