This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new ede2d7ea6 Javadoc
ede2d7ea6 is described below
commit ede2d7ea65fa115e0a2c943b5ab4e2114a3a71be
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 4 14:29:29 2026 -0500
Javadoc
---
src/main/java/org/apache/commons/lang3/time/StopWatch.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/time/StopWatch.java
b/src/main/java/org/apache/commons/lang3/time/StopWatch.java
index 08d66b122..a329537f0 100644
--- a/src/main/java/org/apache/commons/lang3/time/StopWatch.java
+++ b/src/main/java/org/apache/commons/lang3/time/StopWatch.java
@@ -93,7 +93,7 @@ public Split(String label, Duration duration) {
/**
* Gets the duration of this split.
*
- * @return The duration of this split..
+ * @return The duration of this split.
*/
public Duration getDuration() {
return getRight();