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/tools/upgrade/FormattedNotificationCallback.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java b/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
index 27f9d5b..891ea9a 100644
--- a/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
+++ b/opendj3-server-dev/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
@@ -21,13 +21,13 @@
* CDDL HEADER END
*
*
- * Copyright 2013 ForgeRock AS
+ * Portions Copyright 2013-2014 ForgeRock AS
*/
package org.opends.server.tools.upgrade;
import javax.security.auth.callback.TextOutputCallback;
-import org.opends.messages.Message;
+import org.forgerock.i18n.LocalizableMessage;
/**
* A formatted notification callback for display title and more...
@@ -64,7 +64,7 @@
* @param messageSubType
* An integer representing the sub-type of this message.
*/
- FormattedNotificationCallback(final Message message,
+ FormattedNotificationCallback(final LocalizableMessage message,
final int messageSubType)
{
super(TextOutputCallback.INFORMATION, message.toString());
--
Gitblit v1.10.0