Merge remote-tracking branch 'origin/develop' into issue#5_fix_pre-race_boats_on_leaderboard

This commit is contained in:
Zhi You Tan
2017-05-18 12:20:02 +12:00
11 changed files with 311 additions and 251 deletions
+5
View File
@@ -174,4 +174,9 @@ public class Yacht {
public void setMarkRoundingTime(Long markRoundingTime) {
this.markRoundingTime = markRoundingTime;
}
@Override
public String toString() {
return boatName;
}
}