opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java
@@ -284,7 +284,7 @@ /** * {@inheritDoc} */ public void finishClicked(final WizardStep cStep, final QuickSetup qs) { public boolean finishClicked(final WizardStep cStep, final QuickSetup qs) { if (cStep == Step.CONFIRM_UNINSTALL) { BackgroundTask worker = new BackgroundTask() { public Object processBackgroundTask() throws UserDataException { @@ -333,6 +333,8 @@ qs.getDialog().workerStarted(); worker.startBackgroundTask(); } // Uninstaller is responsible for updating user data and launching return false; } /**