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

kenneth_suter
07.31.2007 9137379e14442d2790e946b67618d6424b6d93b0
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java
@@ -213,13 +213,13 @@
            if (i == 6)
            {
              String[] arg = {Utils.getStringFromCollection(outsideDbs,
                  QuickSetupCli.LINE_SEPARATOR)};
                  Constants.LINE_SEPARATOR)};
              msg = getMsg(keys[i], arg);
            }
            else if (i == 7)
            {
              String[] arg = {Utils.getStringFromCollection(outsideLogs,
                  QuickSetupCli.LINE_SEPARATOR)};
                  Constants.LINE_SEPARATOR)};
              msg = getMsg(keys[i], arg);
            }
            else
@@ -293,7 +293,7 @@
            !userData.getRemoveLogs())
        {
          somethingSelected = false;
          System.out.println(QuickSetupCli.LINE_SEPARATOR+
          System.out.println(Constants.LINE_SEPARATOR+
              getMsg("cli-uninstall-nothing-to-be-uninstalled"));
        }
        else