changing mandatory message on CLI

This commit is contained in:
Clebert Suconic 2016-08-10 23:09:22 -04:00
parent 2ab52da9ae
commit 7ba1bcbf1e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class InputAbstract extends ActionAbstract {
boolean valid = false;
System.out.println();
do {
context.out.println(propertyName + ": is mandatory with this configuration:");
context.out.println(propertyName + ": mandatory:");
context.out.println(prompt);
inputStr = scanner.nextLine();
if (inputStr.trim().equals("")) {