From 2e08d2c0e9bede644be993ddaa28157c9f156c10 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 07 May 2013 13:50:59 +0000
Subject: [PATCH] svn merge https://svn.forgerock.org/opendj/trunk/opends@8851 https://svn.forgerock.org/opendj/branches/native-packaging@8851 .

---
 opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
index 0479b31..944853f 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2009 Sun Microsystems, Inc.
+ *      Portions Copyright 2013 ForgeRock AS.
  */
 
 package org.opends.quicksetup.ui;
@@ -44,7 +45,6 @@
 import org.opends.quicksetup.event.ButtonEvent;
 import org.opends.quicksetup.event.MinimumSizeComponentListener;
 import org.opends.quicksetup.ProgressDescriptor;
-import org.opends.quicksetup.util.ProgressMessageFormatter;
 import org.opends.messages.Message;
 /**
  * This class represents the dialog used by quicksetup applications.
@@ -226,17 +226,6 @@
   }
 
   /**
-   * Return the progress message formatter that will be used in the dialog
-   * to display the messages.
-   * @return the progress message formatter that will be used in the dialog
-   * to display the messages.
-   */
-  public ProgressMessageFormatter getFormatter()
-  {
-    return getCurrentStepPanel().getProgressPanel().getFormatter();
-  }
-
-  /**
    * Marks as invalid (or valid depending on the value of the invalid parameter)
    * a field corresponding to FieldName.  This basically implies udpating the
    * style of the JLabel associated with fieldName (the association is done
@@ -313,15 +302,6 @@
   }
 
   /**
-   * Notification from the worker with a message.
-   * @param msg the message sent by the worker.
-   */
-  public void workerMessage(String msg)
-  {
-    // TODO For the moment not used.
-  }
-
-  /**
    * Notification telling that the installation/uninstallation is finished.
    * @param successful a boolean telling whether the setup was successful or
    * not.

--
Gitblit v1.10.0