removed Todo

This commit is contained in:
romanschenk37 2022-03-25 11:00:30 +01:00
parent 09ab684fdd
commit daa0cc322a
2 changed files with 0 additions and 2 deletions

View File

@ -271,7 +271,6 @@ public class Game implements GameSpecification {
currentCarIndex++; currentCarIndex++;
} }
} while (track.getCar(currentCarIndex).isCrashed()); } while (track.getCar(currentCarIndex).isCrashed());
// TODO: evtl andere Kapselung
} }
/** /**

View File

@ -123,7 +123,6 @@ public class Track implements TrackSpecification {
} }
} }
//TODO: THIS
/** /**
* Determines the finish line and saves it in a list, throws an Exception if none is found. * Determines the finish line and saves it in a list, throws an Exception if none is found.