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

jvergara
31.31.2007 21c2332c2907f528aa2412fb06a42996b998f063
Fix for issue 2208.
Use the proper confirmation message when the user did not ask to start the server.
1 files modified
7 ■■■■ changed files
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 7 ●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
@@ -485,19 +485,16 @@
            else
            {
              userData.setStopServer(false);
              if (interactive)
              {
                printLineBreak();
                /* Ask for confirmation to delete files */
                cancelled = !confirmDeleteFiles();
              }
            }
          }
          else
          {
            printLineBreak();
            /* Ask for confirmation to stop server */
            cancelled = !confirmToStopServer();
            /* Ask for confirmation to delete files */
            cancelled = !confirmDeleteFiles();
          }
        }
        else