opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -48,7 +48,7 @@ * will pass to the org.opends.server.tools.InstallDS class. */ public static void main(String[] args) { System.exit(new UninstallLauncher(args).launch()); new UninstallLauncher(args).launch(); } /**