eroorMessage method prinln added
This commit is contained in:
parent
0e5a4c6254
commit
c4a3346fad
|
@ -50,7 +50,7 @@ public class Parser {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void errorMessage(){
|
public void errorMessage(){
|
||||||
textTerminal.print("The command was not excecuted successfully!");
|
textTerminal.println("The command was not excecuted successfully!");
|
||||||
}
|
}
|
||||||
|
|
||||||
public Command getAction() {
|
public Command getAction() {
|
||||||
|
|
Loading…
Reference in New Issue