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/WindowMsg.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/WindowMsg.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/WindowMsg.java
index e638d45..e5345b2 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/WindowMsg.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/WindowMsg.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
- *      Portions copyright 2013 ForgeRock AS.
+ *      Portions Copyright 2013-2014 ForgeRock AS.
  */
 package org.opends.server.replication.protocol;
 
@@ -72,7 +72,7 @@
     {
       /* first byte is the type */
       if (in[0] != MSG_TYPE_WINDOW)
-        throw new DataFormatException("input is not a valid Window Message");
+        throw new DataFormatException("input is not a valid Window LocalizableMessage");
       int pos = 1;
 
       /*
@@ -122,9 +122,9 @@
 
 
   /**
-   * Get the number of message acknowledged by the Window Message.
+   * Get the number of message acknowledged by the Window LocalizableMessage.
    *
-   * @return the number of message acknowledged by the Window Message.
+   * @return the number of message acknowledged by the Window LocalizableMessage.
    */
   public int getNumAck()
   {

--
Gitblit v1.10.0