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/LDAPUpdateMsg.java |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java
index daba2f5..7a58d32 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java
@@ -113,7 +113,7 @@
   }
 
   /**
-   * Generates an Update Message with the provided information.
+   * Generates an Update LocalizableMessage with the provided information.
    *
    * @param op The operation for which the message must be created.
    * @return The generated message.
@@ -361,10 +361,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.
@@ -372,10 +372,10 @@
   public abstract byte[] getBytes_V1() throws UnsupportedEncodingException;
 
   /**
-   * Get the byte array representation of this Message. This uses the version
+   * Get the byte array representation of this LocalizableMessage. This uses the version
    * 2 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.
@@ -384,11 +384,11 @@
 
 
   /**
-   * Get the byte array representation of this Message. This uses the provided
+   * Get the byte array representation of this LocalizableMessage. This uses the provided
    * version number which must be version 4 or newer.
    * @param reqProtocolVersion TODO
    *
-   * @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.
@@ -425,9 +425,9 @@
   // ============
 
   /**
-   * Decode the Header part of this Update Message, and check its type.
+   * Decode the Header part of this Update LocalizableMessage, and check its type.
    *
-   * @param types The allowed types of this Update Message.
+   * @param types The allowed types of this Update LocalizableMessage.
    * @param encodedMsg the encoded form of the UpdateMsg.
    * @return the position at which the remaining part of the message starts.
    * @throws DataFormatException if the encodedMsg does not contain a valid
@@ -510,7 +510,7 @@
   }
 
   /**
-   * Decode the Header part of this Update Message, and check its type. This
+   * Decode the Header part of this Update LocalizableMessage, and check its type. This
    * uses the version 1 of the replication protocol (used for compatibility
    * purpose).
    *

--
Gitblit v1.10.0