Javadoc fix.

This commit is contained in:
ggregory 2016-04-09 19:41:23 -07:00
parent a1cde6ab70
commit af81f78543
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ package org.apache.commons.lang3.time;
* </p> * </p>
* *
* <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> * </p>
* <ul> * <ul>
* <li>{@link #split()} the watch to get the time whilst the watch continues in the background. {@link #unsplit()} will * <li>{@link #split()} the watch to get the time whilst the watch continues in the background. {@link #unsplit()} will