implemented PathFollowerMoveStrategy.java #28

Merged
schrom01 merged 4 commits from PathFollowerMoveStrategy into main 2022-03-23 10:09:35 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6ac4f64456 - Show all commits

View File

@ -32,7 +32,7 @@ public class PathFollowerMoveStrategy implements MoveStrategy {
private int pointer; private int pointer;
/** /**
* Constructer to create a new PathFollowerMoveStrategy for a car. * Constructor to create a new PathFollowerMoveStrategy for a car.
* @param path The location where the file is saved * @param path The location where the file is saved
* @param startPosition The start position of the car * @param startPosition The start position of the car
* @throws FileNotFoundException If the file with the given path does not exist. * @throws FileNotFoundException If the file with the given path does not exist.