edelgadoh commented on code in PR #1473:
URL: https://github.com/apache/commons-lang/pull/1473#discussion_r2467722451
##########
src/main/java/org/apache/commons/lang3/time/StopWatch.java:
##########
@@ -746,4 +784,45 @@ public void unsplit() {
splitState = SplitState.UNSPLIT;
}
+ /**
+ * Class to store details of each split.
+ * @since 3.19.0
+ */
+ public static final class Split extends ImmutablePair<String, Long> {
Review Comment:
that's true, I just changed to be Duration
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]