[wpiunits] Refactor MomentOfInertiaUnit constructor to use MomentOfInertiaUnit instead of a Per<> (#7546)

This commit is contained in:
Falon
2024-12-14 14:26:26 -05:00
committed by GitHub
parent 782459dff4
commit f9b3efb712

View File

@@ -28,7 +28,7 @@ public final class MomentOfInertiaUnit extends PerUnit<AngularMomentumUnit, Angu
}
MomentOfInertiaUnit(
PerUnit<AngularMomentumUnit, AngularVelocityUnit> baseUnit,
MomentOfInertiaUnit baseUnit,
UnaryFunction toBaseConverter,
UnaryFunction fromBaseConverter,
String name,