Merge remote-tracking branch 'remotes/origin/master' into css

main
hba56 9 years ago
commit 595e1a8727

@ -117,6 +117,7 @@ public class BoatXMLReader extends XMLReader implements BoatDataSource {
/**
* Reads the information about one boat
* Ignored values: ShapeID, StoweName, HullNum, Skipper, Type
* @param boatNode The node representing a boat.
*/
private void readBoatNode(Node boatNode) {
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.
* @param boats The list of boats to update.
*/
private void updateBoatPositions(ObservableList<VisualiserBoat> boats) {

Loading…
Cancel
Save