JPP-KAAS: converted static valueOf to number interface
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 58s

This commit is contained in:
Willem Cazander 2026-03-17 12:27:48 +01:00
parent 808a1318a9
commit a3d0ee45f6
12 changed files with 17 additions and 17 deletions

View file

@ -96,7 +96,7 @@ public final class KaasLandSmurfX63RealPos2D implements KaasOdeurRealPos2D<KaasL
return IDENTITY.thisᵀᴮᵒⁿᵉᴼᶠ(value);
}
static public KaasLandSmurfX63RealPos2D valueOf(Float value) {
static public KaasLandSmurfX63RealPos2D valueOf(Number value) {
return valueOf(value.doubleValue());
}