From af81f7854348530a218d8e6e2b480cf8a8285eed Mon Sep 17 00:00:00 2001
From: ggregory
Date: Sat, 9 Apr 2016 19:41:23 -0700
Subject: [PATCH] Javadoc fix.
---
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 a5f53a3dd..f345ba953 100644
--- a/src/main/java/org/apache/commons/lang3/time/StopWatch.java
+++ b/src/main/java/org/apache/commons/lang3/time/StopWatch.java
@@ -23,7 +23,7 @@ package org.apache.commons.lang3.time;
*
*
*
- * To start the watch, call {@link #start()} or {@link StopWatch.createStarted()}. At this point you can:
+ * To start the watch, call {@link #start()} or {@link StopWatch#createStarted()}. At this point you can:
*
*
* - {@link #split()} the watch to get the time whilst the watch continues in the background. {@link #unsplit()} will