mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
29.37.2007 fe7adf67d25394d49e064d73a6048e6dce3dd59b
opendj-sdk/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 =