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

kenneth_suter
15.55.2007 883c4b7810dcabba4ebe2924ca0757485f5312da
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)));
    }
  }