From f738665ce7ea61f640e4219c8bfd590efea22650 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 29 Mar 2007 21:37:27 +0000
Subject: [PATCH] - Created CliApplication interface which defines a common inteface between CliApplications and controlling logic.

---
 opends/src/quicksetup/org/opends/quicksetup/Application.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/Application.java b/opends/src/quicksetup/org/opends/quicksetup/Application.java
index 635eab7..b23acbd 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Application.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Application.java
@@ -60,13 +60,11 @@
    * Creates an application by instantiating the Application class
    * denoted by the System property
    * <code>org.opends.quicksetup.Application.class</code>.
-   * @param formatter ProgressMessageFormatter that will be passed to the
-   *                  constructor of Application
    * @return Application object that was newly instantiated
    * @throws ApplicationException if there was a problem creating
    *         the new Application object
    */
-  static public Application create(ProgressMessageFormatter formatter)
+  static public Application create()
           throws ApplicationException {
     Application app;
     String appClassName =

--
Gitblit v1.10.0