We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee4219 commit c425e77Copy full SHA for c425e77
spring-core/src/main/java/org/springframework/util/StopWatch.java
@@ -134,7 +134,7 @@ public void start(String taskName) throws IllegalStateException {
134
/**
135
* Stop the current task. The results are undefined if timing
136
* methods are called without invoking at least one pair
137
- * {@code #start()} / {@code #stop()} methods.
+ * {@code start()} / {@code stop()} methods.
138
* @see #start()
139
*/
140
public void stop() throws IllegalStateException {
0 commit comments