removed method invalidInput

This commit is contained in:
Leonardo Brandenberger 2021-11-11 21:55:45 +01:00
parent 5040958240
commit 3e2bfbaf42
1 changed files with 0 additions and 7 deletions

View File

@ -130,11 +130,4 @@ public class TextOutput {
public void errorInvalidCommand() {
System.err.println("Invalid Command");
}
/**
* Method to give out the Error "Invalid Input".
*/
public void invalidInput() {
System.err.println("Invalid Input");
}
}