Added documents for Boat, RaceParser and Simulator classes.

#story[828]
This commit is contained in:
Haoming Yin
2017-04-28 14:53:26 +12:00
parent 705a0a2eaf
commit 8a04a0e5b7
3 changed files with 22 additions and 5 deletions
@@ -11,7 +11,6 @@ public class Boat {
private double speed; // in mm/sec
private String boatName, shortName, shorterName;
// haven't been used so far
private Corner lastPassedCorner, headingCorner;
public Boat(int sourceID, String boatName) {