Added two more missing javadocs.

main
fjc40 9 years ago
parent 0d5bede349
commit 0598724117

@ -117,6 +117,7 @@ public class BoatXMLReader extends XMLReader implements BoatDataSource {
/** /**
* Reads the information about one boat * Reads the information about one boat
* Ignored values: ShapeID, StoweName, HullNum, Skipper, Type * Ignored values: ShapeID, StoweName, HullNum, Skipper, Type
* @param boatNode The node representing a boat.
*/ */
private void readBoatNode(Node boatNode) { private void readBoatNode(Node boatNode) {
int sourceID = Integer.parseInt(boatNode.getAttributes().getNamedItem("SourceID").getTextContent()); int sourceID = Integer.parseInt(boatNode.getAttributes().getNamedItem("SourceID").getTextContent());

@ -385,6 +385,7 @@ public class VisualiserRace extends Race {
/** /**
* Update position of boats in race (e.g, 5th), no position if on starting leg or DNF. * Update position of boats in race (e.g, 5th), no position if on starting leg or DNF.
* @param boats The list of boats to update.
*/ */
private void updateBoatPositions(ObservableList<VisualiserBoat> boats) { private void updateBoatPositions(ObservableList<VisualiserBoat> boats) {

Loading…
Cancel
Save