adding java doc tags

#story[782]
main
hba56 9 years ago
parent 5ebd4251e2
commit 810c3837c1

@ -92,6 +92,11 @@ public class StreamedRace extends Race {
} }
} }
/**
* sets the position of a boat from coordinate
* @param boat the boat to set
* @param coordinate the position of the boat
*/
protected void setPosition(Boat boat, GPSCoordinate coordinate) { protected void setPosition(Boat boat, GPSCoordinate coordinate) {
boat.setCurrentPosition(coordinate); boat.setCurrentPosition(coordinate);
} }

Loading…
Cancel
Save