mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
Merge branch 'master' into bug5287
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ public interface ORCCertificate extends WithID, Serializable {
|
||||
* The different division intervals are - in contrast to the intervals of the GPH - set by the Offshore Race Committee and not by the national association for a uniform handling.
|
||||
* The higher the value, the higher the overall performance, it is measured in meters.
|
||||
*/
|
||||
double getCDL();
|
||||
Double getCDL();
|
||||
|
||||
/**
|
||||
* Returns the LOA (length over all) of the {@link Competitor} boat which this certificate belongs to.
|
||||
|
||||
+1
-1
@@ -252,7 +252,7 @@ public class ORCCertificateImpl implements ORCCertificate {
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getCDL() {
|
||||
public Double getCDL() {
|
||||
return cdl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user