java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverdetection/impl/ManeuverDetectorImpl.java
... ...
@@ -57,7 +57,7 @@ import com.sap.sse.common.impl.MillisecondsTimePoint;
57 57
public class ManeuverDetectorImpl extends AbstractManeuverDetectorImpl {
58 58
59 59
/**
60
- * This CALCULATOR_VERSION variable indicates the Version of the {@link ManeuverDetector} and must be changed
60
+ * This {@link #DETECTOR_VERSION} variable indicates the version of the {@link ManeuverDetector} and must be changed
61 61
* manually when changing the calculator. It should be changed by adding +1;
62 62
*/
63 63
public static final int DETECTOR_VERSION = 1;