implemented PathFollowerMoveStrategy.java #28
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue