Remove JavaDoc links to private API

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-12-20 14:19:09 +00:00
parent acdbdd5f24
commit 325a2d0b1a
1 changed files with 1 additions and 4 deletions

View File

@ -444,7 +444,6 @@ public class StopWatch {
*
* @return boolean
* If the StopWatch is started.
* @see State#isStarted()
* @since 3.2
*/
public boolean isStarted() {
@ -458,7 +457,6 @@ public class StopWatch {
*
* @return boolean
* If the StopWatch is suspended.
* @see State#isSuspended()
* @since 3.2
*/
public boolean isSuspended() {
@ -474,8 +472,7 @@ public class StopWatch {
*
* @return boolean
* If the StopWatch is stopped.
* @see State#isStopped()
* @since 3.2
* @since 3.2
*/
public boolean isStopped() {
return runningState.isStopped();