diff --git a/src/main/java/seng302/models/Race.java b/src/main/java/seng302/models/Race.java index e78b602a..f69913a5 100644 --- a/src/main/java/seng302/models/Race.java +++ b/src/main/java/seng302/models/Race.java @@ -152,7 +152,7 @@ public class Race { /** * Set a boat as finished - * @param boat The boat that has finished the race/home/cosc/student/wmu16 + * @param boat The boat that has finished the race */ public void setBoatFinished(Yacht boat){ this.finishingOrder.add(boat);