From 1bdf80417d8310030aa9f5e1d24855aaa5bd9c10 Mon Sep 17 00:00:00 2001 From: hba56 Date: Mon, 14 Aug 2017 12:14:55 +1200 Subject: [PATCH] javadoc #story[1087] --- racevisionGame/src/main/java/shared/model/CompoundMark.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racevisionGame/src/main/java/shared/model/CompoundMark.java b/racevisionGame/src/main/java/shared/model/CompoundMark.java index 926c2382..12d88cfc 100644 --- a/racevisionGame/src/main/java/shared/model/CompoundMark.java +++ b/racevisionGame/src/main/java/shared/model/CompoundMark.java @@ -152,7 +152,7 @@ public class CompoundMark { /** * Used to find how far apart the marks that make up this gate are * If this compound mark is only one point return base length of 250m - * @return + * @return the acceptable distance to round a mark */ public double getRoundingDistance(){ if (mark2 != null){