This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
from 110ab39 Use final.
new 1fa1940 Minor formatting.
new fa880a4 Fix Checkstyle oddity on Windows.
new ff6c5f6 Add DurationUtils.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 2 +
.../org/apache/commons/lang3/math/NumberUtils.java | 14 +++++
.../apache/commons/lang3/time/DurationUtils.java | 60 ++++++++++++++++++++
.../checkstyle/checkstyle-suppressions.xml | 2 +
.../java/org/apache/commons/lang3/RangeTest.java | 2 +-
.../commons/lang3/time/DurationUtilsTest.java | 65 ++++++++++++++++++++++
6 files changed, 144 insertions(+), 1 deletion(-)
create mode 100644
src/main/java/org/apache/commons/lang3/time/DurationUtils.java
create mode 100644
src/test/java/org/apache/commons/lang3/time/DurationUtilsTest.java