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 63d9aa48f Wording
     new 2875a6575 Add StopWatch.getSplitDuration() and deprecate getSplitTime()
     new f1aed3eac Add StopWatch.getStartInstant() and deprecate getStartTime()
     new 3ebd20002 Add StopWatch.getStopInstant() and deprecate getStopTime()
     new 263026823 Add StopWatch.getDuration() and deprecate getTime()
     new e32896f89 Reimplement StopWatch to use java.time

The 5 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                            |   7 +-
 .../org/apache/commons/lang3/time/StopWatch.java   | 154 ++++++++++++-----
 .../apache/commons/lang3/time/StopWatchTest.java   | 185 ++++++++++++++-------
 3 files changed, 248 insertions(+), 98 deletions(-)

Reply via email to