opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -271,7 +271,8 @@ throw new UserDataException(cStep, getThrowableMsg("bug-msg", t)); } return CurrentInstallStatus.isServerRunning(); Status status = Installation.getLocal().getStatus(); return status.isServerRunning(); } public void backgroundTaskCompleted(Object returnValue, @@ -812,7 +813,7 @@ // Just tell that the file/directory does not exist. String[] arg = {file.toString()}; notifyListeners(getFormattedWarning( getMsg("deleting-file-does-not-exist", arg))); getMsg("progress-deleting-file-does-not-exist", arg))); } }