| | |
| | | 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 |
| | |
| | | !userData.getRemoveLogs()) |
| | | { |
| | | somethingSelected = false; |
| | | System.out.println(QuickSetupCli.LINE_SEPARATOR+ |
| | | System.out.println(Constants.LINE_SEPARATOR+ |
| | | getMsg("cli-uninstall-nothing-to-be-uninstalled")); |
| | | } |
| | | else |