Merge branch 'master' into bug5287

This commit is contained in:
Axel Uhl
2020-06-26 17:48:14 +02:00
81 changed files with 11350 additions and 418 deletions
@@ -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.
@@ -252,7 +252,7 @@ public class ORCCertificateImpl implements ORCCertificate {
}
@Override
public double getCDL() {
public Double getCDL() {
return cdl;
}