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/ReplServerStartMsg.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java
index 637f924..ddfe8aa 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java
@@ -34,7 +34,7 @@
 import org.opends.server.types.DirectoryException;
 
 /**
- * Message sent by a replication server to another replication server
+ * LocalizableMessage sent by a replication server to another replication server
  * at Startup.
  */
 public class ReplServerStartMsg extends StartMsg
@@ -430,10 +430,10 @@
   }
 
   /**
-   * Get the byte array representation of this Message. This uses the version
+   * Get the byte array representation of this LocalizableMessage. This uses the version
    * 1 of the replication protocol (used for compatibility purpose).
    *
-   * @return The byte array representation of this Message.
+   * @return The byte array representation of this LocalizableMessage.
    *
    * @throws UnsupportedEncodingException  When the encoding of the message
    *         failed because the UTF-8 encoding is not supported.

--
Gitblit v1.10.0