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/StartMsg.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/StartMsg.java b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/StartMsg.java
index 26df8d7..afbc8ad 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/protocol/StartMsg.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/protocol/StartMsg.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2009 Sun Microsystems, Inc.
- * Portions Copyright 2013 ForgeRock AS.
+ * Portions Copyright 2013-2014 ForgeRock AS.
*/
package org.opends.server.replication.protocol;
@@ -268,7 +268,7 @@
}
/**
- * Get the version included in the Start Message mean the replication
+ * Get the version included in the Start LocalizableMessage mean the replication
* protocol version used by the server that created the message.
*
* @return The version used by the server that created the message.
--
Gitblit v1.10.0