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

jvergara
17.45.2009 d2bbcac0b2a6f7772d444ce7081ee984085ae95a
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2136,8 +2136,8 @@
      setCurrentProgressStep(InstallProgressStep.CANCELING);
      notifyListeners(null);
      throw new ApplicationException(
          ReturnCode.CANCELLED,
            INFO_UPGRADE_CANCELED.get(), null);
          ReturnCode.CANCELED,
          INFO_INSTALL_CANCELED.get(), null);
    }
  }