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

jvergara
02.59.2008 96fa4208d42b8e9a3d3ffe4fbb7d7ae349b1b740
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -571,7 +571,7 @@
   * @param launcher
   */
  public UserData createUserData(Launcher launcher)
          throws UserDataException {
          throws UserDataException, ApplicationException {
    return cliHelper.createUserData(
        (UninstallerArgumentParser)launcher.getArgumentParser(),
        launcher.getArguments());
@@ -1884,7 +1884,7 @@
        LOG.log(Level.INFO, "Error updating replication references in: "+
            server.getHostPort(true), ae);
        if (getUninstallUserData().isForceOnError())
        if (!getUninstallUserData().isForceOnError())
        {
          throw ae;
        }