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

kenneth_suter
29.37.2007 fe7adf67d25394d49e064d73a6048e6dce3dd59b
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java
@@ -117,7 +117,7 @@
  {
    ProgressMessageFormatter formatter = new HtmlProgressMessageFormatter();
    try {
      application = Application.create(formatter);
      application = Application.create();
      application.setProgressMessageFormatter(formatter);
    } catch (ApplicationException e) {
      LOG.log(Level.INFO, "error", e);
@@ -135,15 +135,6 @@
    }
  }
  private Application createApplication(ProgressMessageFormatter formatter) {
    try {
      application = Application.create(formatter);
    } catch (ApplicationException e) {
      LOG.log(Level.INFO, "error", e);
    }
    return application;
  }
  /**
   * Gets the current installation status of the filesystem
   * bits this quick setup is managing.