Closed filipvanlaenen closed 5 years ago
The class BaseUnit has an attribute quantityType that can be set through one of the constructors.
BaseUnit
quantityType
However, I can't see that the attribute is used anywhere, and what purpose it would have.
Can it be removed?
It was an idea about preserving the quantity type at runtime, but it cannot be assigned in Java at the moment, so I think we can remove it till the Java platform could ever add reified generics?
The class
BaseUnit
has an attributequantityType
that can be set through one of the constructors.However, I can't see that the attribute is used anywhere, and what purpose it would have.
Can it be removed?