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

jvergara
03.24.2009 421494a127f140ce378a9d91d8e2ea468b4c4c00
Remove superfluous delete call.
1 files modified
1 ■■■■ changed files
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 1 ●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1260,7 +1260,6 @@
                beforeRatio);
        deleteRecursively(rootFiles[i], filter);
      }
      deleteRecursively(instanceFile,filter);
      hmRatio.put(UninstallProgressStep.DELETING_INSTALLATION_FILES, maxRatio);
    }
    if (!isVerbose())