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

jvergara
17.45.2009 2ad60cfec2ff93847fc648a335a9a8dced5060cd
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java
@@ -541,7 +541,7 @@
                new Message[] { cont, cancel },
                cont))) {
          throw new ApplicationException(
              ReturnCode.CANCELLED,
              ReturnCode.CANCELED,
              INFO_REVERSION_CANCELED.get(), null);
        }
      }
@@ -641,7 +641,7 @@
                Message.raw(e.getLocalizedMessage()), e);
      } else {
        runError = (ApplicationException)e;
        abort = ReturnCode.CANCELLED.equals(
        abort = ReturnCode.CANCELED.equals(
                ((ApplicationException)e).getType());
      }
    } finally {