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

jvergara
30.11.2008 71e0cff50ae72f2b23f1db832c1f433fa2cf5f9d
Consider that the uninstaller is finished when we encountered an error deleting the files.
1 files modified
4 ■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -966,7 +966,9 @@
    || getCurrentProgressStep() ==
            UninstallProgressStep.FINISHED_WITH_ERROR
    || getCurrentProgressStep() ==
            UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE;
            UninstallProgressStep.FINISHED_WITH_ERROR_ON_REMOTE
    || getCurrentProgressStep() ==
            UninstallProgressStep.FINISHED_WITH_ERROR_DELETING;
  }
  /**