changing mandatory message on CLI
This commit is contained in:
parent
2ab52da9ae
commit
7ba1bcbf1e
|
@ -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("")) {
|
||||
|
|
Loading…
Reference in New Issue