Skip to content

Commit f480345

Browse files
committed
Javadoc: Add @see tag
1 parent bb754f6 commit f480345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/lang3/time/StopWatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ public <T, E extends Throwable> T getT(final FailableSupplier<T, E> supplier) th
485485
* </p>
486486
*
487487
* @return the time in milliseconds
488+
* @see #getDuration()
488489
*/
489490
public long getTime() {
490491
return nanosToMillis(getNanoTime());

0 commit comments

Comments
 (0)