Merge remote-tracking branch 'origin/main'

This commit is contained in:
Leonardo Brandenberger
2022-03-25 22:58:02 +01:00
@@ -46,8 +46,8 @@ public class MoveListStrategy implements MoveStrategy {
break;
}
}
if (!(validLine || line == "")) {
throw new InvalidFileFormatException("The File contains invalid data! Please ");
if (!(validLine || line.equals(""))) {
throw new InvalidFileFormatException("The File contains invalid data!");
}
}
}