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

kenneth_suter
23.25.2007 e1e9596f6ae81d9aeb74177cf2792533966f45eb
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -388,10 +388,11 @@
  /**
   * {@inheritDoc}
   * @param launcher
   */
  public UserData createUserData(String[] args, CurrentInstallStatus status)
  public UserData createUserData(Launcher launcher)
          throws UserDataException {
    return cliHelper.createUserData(args, status);
    return cliHelper.createUserData(launcher.getArguments());
  }
  /**
@@ -408,7 +409,7 @@
   * @return the ApplicationException that might occur during installation or
   *         <CODE>null</CODE> if no exception occurred.
   */
  public ApplicationException getException() {
  public ApplicationException getRunError() {
    return ue;
  }