From 6f163823cb9ca5e313699c657bb23dc7b39b586f Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Wed, 27 Nov 2013 07:56:03 +0000
Subject: [PATCH] CR-2635 OPENDJ-1196 updateSchemaFile succeeds if it can't find schema in the templates

---
 opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java |    3 ---
 1 files changed, 0 insertions(+), 3 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 62ade32..f7dab0d 100644
--- a/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
+++ b/opends/src/server/org/opends/server/tools/upgrade/FormattedNotificationCallback.java
@@ -52,9 +52,6 @@
   /** Output an error. */
   public static final int ERROR_CALLBACK = 8;
 
-  /** Output a line break. */
-  public static final int BREAKLINE = 9;
-
   /**
    * An integer representing the message's sub-type.
    */

--
Gitblit v1.10.0