From 0190fa66bcab9f911f23bf954eaa45f9af4aaa76 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 25 Jun 2013 15:06:39 +0000
Subject: [PATCH] OPENDJ-1010 "upgrade --force" should not automatically accept the license

---
 opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java b/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
index ad864ba..9fd962b 100644
--- a/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
+++ b/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
@@ -46,6 +46,10 @@
 
   static final int NOTICE_CALLBACK = 7;
 
+  static final int ERROR_CALLBACK = 8;
+
+  static final int BREAKLINE = 9;
+
   /**
    * An integer representing the message's sub-type.
    */

--
Gitblit v1.10.0