@ -46,6 +46,7 @@ public class RaceController extends Controller {
* Updates the ResizableRaceCanvas (raceMap) with most recent data
*
* @param boats boats that are to be displayed in the race
* @param boatMarkers Markers for boats
* @see ResizableRaceCanvas
*/
public void updateMap(ObservableList<Boat> boats, ObservableList<Marker> boatMarkers) {
@ -64,7 +64,6 @@ public class Leg {
* Returns the leg number that the leg exists in the Race
* @return Returns the Leg
* @see Race
public int getLegNumber() {
return legNumber;