Added and removed javadoc tests that were making errors in the code, #story[881]

main
Fan-Wu Yang 9 years ago
parent a7a065825a
commit f011b4117e

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

Loading…
Cancel
Save