removed PositionVectorNotValidException.java

This commit is contained in:
Andrin Fassbind
2022-03-24 17:50:03 +01:00
parent f6a16181cf
commit badec0d16f
2 changed files with 4 additions and 13 deletions
@@ -25,7 +25,6 @@ public class UserInterface {
public UserInterface(String welcomeText) {
textIO = TextIoFactory.getTextIO();
textTerminal = textIO.getTextTerminal();
textTerminal.println(welcomeText + "\n");
}