removed method invalidInput
This commit is contained in:
parent
5040958240
commit
3e2bfbaf42
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue