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:
parent
acdbdd5f24
commit
325a2d0b1a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue