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

kenneth_suter
31.43.2007 6df6635f1250c399a2f39d87d0534301ce4c22d7
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -569,7 +569,7 @@
              (t.getMessage() == null) ? t.toString() : t.getMessage());
      LOG.log(Level.INFO, msg.toString(), t);
      throw new ApplicationException(
          ApplicationReturnCode.ReturnCode.IMPORT_ERROR, msg, t);
          ReturnCode.IMPORT_ERROR, msg, t);
    }
  }
@@ -578,7 +578,7 @@
   */
  public UserInteraction userInteraction() {
    UserInteraction ui = null;
    if (!getUserData().isQuiet()) {
    if (!getUserData().isInteractive()) {
      if (Utils.isCli()) {
        ui = new CliUserInteraction();
      } else {