unitsofmeasurement / unit-api

Units of Measurement API
http://unitsofmeasurement.github.io/unit-api/
Other
182 stars 42 forks source link

Remove unused `use` statements #247

Closed desruisseaux closed 1 year ago

desruisseaux commented 1 year ago

We do not need to put a use statement in module-info for services that the JAR does not use. Omitting services in that file does not block users for using them. They can still use those services by declaring them in their own module-info file.


This change is Reviewable