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 f4803450c Javadoc: Add @see tag f4803450c is described below commit f4803450c58d55ee28db1be7fafa6d2eb91a1f45 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 10 06:50:55 2024 -0500 Javadoc: Add @see tag --- src/main/java/org/apache/commons/lang3/time/StopWatch.java | 1 + 1 file changed, 1 insertion(+) 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 49020d2a2..e34542a46 100644 --- a/src/main/java/org/apache/commons/lang3/time/StopWatch.java +++ b/src/main/java/org/apache/commons/lang3/time/StopWatch.java @@ -485,6 +485,7 @@ public class StopWatch { * </p> * * @return the time in milliseconds + * @see #getDuration() */ public long getTime() { return nanosToMillis(getNanoTime());