master
Stephane Nicoll 8 years ago
parent 2ee42192b3
commit c425e774a3
  1. 2
      spring-core/src/main/java/org/springframework/util/StopWatch.java

@ -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 {

Loading…
Cancel
Save