michaldo opened a new pull request #709:
URL: https://github.com/apache/commons-lang/pull/709


   Example:
   StopWatch watch = StopWatch.createStarted();
   sleep(30ms)
   watch.lap() // returns 30
   sleep(10ms)
   watch.lap() // returns 10


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to