eroorMessage method prinln added

This commit is contained in:
Leonardo Brandenberger 2021-12-02 17:01:53 +01:00
parent 0e5a4c6254
commit c4a3346fad
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class Parser {
}
public void errorMessage(){
textTerminal.print("The command was not excecuted successfully!");
textTerminal.println("The command was not excecuted successfully!");
}
public Command getAction() {