JPP-KAAS: converted static valueOf to number interface
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 58s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 58s
This commit is contained in:
parent
808a1318a9
commit
a3d0ee45f6
12 changed files with 17 additions and 17 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue