[ 
https://issues.apache.org/jira/browse/LANG-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keegan Witt updated LANG-1359:
------------------------------
    Description: 
Someone I know recently had a use case where they needed to retrieve the 
stopTime for a timer.  I know this could be inferred from
{code:java}
stopWatch.getStartTime() + stopWatch.getTime();
{code}
but it might be nice to just add a getter.

  was:Someone I know recently had a use case where they needed to retrieve the 
stopTime for a timer.  I know this could be inferred from 
{code:java}stopWatch.getStartTime() + stopWatch.getTime(){code}, but it might 
be nice to just add a getter.


> add getStopTime to StopWatch
> ----------------------------
>
>                 Key: LANG-1359
>                 URL: https://issues.apache.org/jira/browse/LANG-1359
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.time.*
>            Reporter: Keegan Witt
>            Priority: Minor
>
> Someone I know recently had a use case where they needed to retrieve the 
> stopTime for a timer.  I know this could be inferred from
> {code:java}
> stopWatch.getStartTime() + stopWatch.getTime();
> {code}
> but it might be nice to just add a getter.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to