Closed unbiaseduser closed 1 year ago
Time units now use proper plural/singular forms instead of hardcoded word. No more "1 hours"!
Also, since Duration.toXYZPart() require JDK 9+ I bumped it. The usual build process uses JDK 11 anyway, so it doesn't really affect anything.
Duration.toXYZPart()
Oooh so cool!
Time units now use proper plural/singular forms instead of hardcoded word. No more "1 hours"!
Also, since
Duration.toXYZPart()
require JDK 9+ I bumped it. The usual build process uses JDK 11 anyway, so it doesn't really affect anything.