commons-lang
commons-lang copied to clipboard
Several optimizations in the method formatDurationWords
Several improvements in method DurationFormatUtils#formatDurationWords
:
- Removing a couple unreachable code paths.
- Replacing
replaceOnce
toremoveStart
andremoveEnd
where it possible. - Saving information about removed parts to reduce scans of string.