37596 DurationFormatUtils.formatDurationWords "11 <unit>s" gets converted to "11 <unit>"
1 lines of code changed in:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37596
The method DurationFormatUtils.formatDurationWords incorrectly outputs numbers
ending in "1" without a plural "s" postfix for the time unit.
Added a fix and tests that "1 <unit>s" gets converted to "1 <unit>" but that "11
<unit>s" is left alone.
225 lines of code changed in:
Removed tabs
Fixed POM as per bug 37314
Use groupId/artifactId instead of id
399 lines of code changed in:
implemented isNotXxx methods as !isXxx calls to simplify and ensure symmetry
2 lines of code changed in:
Updating release notes to mention new ClassUtils.getClass() methods.
2 lines of code changed in:
Refactored getClass() to support spaces in class names.
536 lines of code changed in:
Added myself as a developer.
10 lines of code changed in: