edelgadoh commented on code in PR #1473:
URL: https://github.com/apache/commons-lang/pull/1473#discussion_r2467721464


##########
src/main/java/org/apache/commons/lang3/time/StopWatch.java:
##########
@@ -326,6 +335,16 @@ public String getMessage() {
         return message;
     }
 
+    /**
+     * Gets the split history list.
+     *
+     * @return the list of splits.
+     * @since 3.19.0
+     */
+    public List<Split> getSplitHistory() {

Review Comment:
   renamed



-- 
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]

Reply via email to