bug5918: correcting comment

This commit is contained in:
Lisa
2023-12-01 09:42:24 +01:00
parent 0772696dac
commit d3fe82d2b5
@@ -343,7 +343,7 @@ public interface TrackedLegOfCompetitor extends Serializable {
TimePoint getTimePointNotAfterFinishingOfLeg(TimePoint timePoint);
/**
* If the bearing between cog and the next waypoint is smaller then the one between cog and wind direction
* If the difference between cog and next waypoint direction is smaller then the one between cog and wind direction
* {@link TackType#LONGTACK longtack} is returned, if it is bigger or equal {@link TackType#SHORTTACK shorttack}. For other cases <code>null</code> is returned.
* @return {@code null} if {@link TimePoint} does not fit with current leg, or waypoint is null, or wind is null, or competitor position is null.
*/