mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 05:35:51 +00:00
bug5971: upgrading the MarkPassingCalculator.CALCULATOR_VERSION from 1 to 2
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public class MarkPassingCalculator {
|
||||
* This CALCULATOR_VERSION variable indicates the Version of the {@link MarkPassingCalculator} and must be changed
|
||||
* manually when changing the calculator. It should be changed by adding +1;
|
||||
*/
|
||||
public static final int CALCULATOR_VERSION = 1;
|
||||
public static final int CALCULATOR_VERSION = 2;
|
||||
|
||||
/**
|
||||
* An "end marker" that can be {@link #enqueueUpdate(StorePositionUpdateStrategy) enqueued} in order to tell the
|
||||
|
||||
Reference in New Issue
Block a user