Repository: commons-lang Updated Branches: refs/heads/master a1cde6ab7 -> af81f7854
Javadoc fix. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/af81f785 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/af81f785 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/af81f785 Branch: refs/heads/master Commit: af81f7854348530a218d8e6e2b480cf8a8285eed Parents: a1cde6a Author: ggregory <ggreg...@apache.org> Authored: Sat Apr 9 19:41:23 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Sat Apr 9 19:41:23 2016 -0700 ---------------------------------------------------------------------- src/main/java/org/apache/commons/lang3/time/StopWatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/af81f785/src/main/java/org/apache/commons/lang3/time/StopWatch.java ---------------------------------------------------------------------- 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 a5f53a3..f345ba9 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; * </p> * * <p> - * 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: * </p> * <ul> * <li>{@link #split()} the watch to get the time whilst the watch continues in the background. {@link #unsplit()} will