This commit is contained in:
Stephane Nicoll
2016-07-12 09:10:34 +02:00
parent 2ee42192b3
commit c425e774a3

View File

@@ -134,7 +134,7 @@ public class StopWatch {
/**
* Stop the current task. The results are undefined if timing
* methods are called without invoking at least one pair
* {@code #start()} / {@code #stop()} methods.
* {@code start()} / {@code stop()} methods.
* @see #start()
*/
public void stop() throws IllegalStateException {