[
https://issues.apache.org/jira/browse/LANG-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232039#comment-17232039
]
Arturo Bernal commented on LANG-1359:
-------------------------------------
Yep. In git master. [~keegan] you can close the feature
Regards
[https://github.com/apache/commons-lang/commit/e832b70e40d734b44a5e9f6545a26e382adc9dff]
> Add StopWatch.getStopTime()
> ----------------------------
>
> 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
> Fix For: 3.12
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)