Skip to content

Commit c425e77

Browse files
committed
Polish
1 parent 2ee4219 commit c425e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/util/StopWatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void start(String taskName) throws IllegalStateException {
134134
/**
135135
* Stop the current task. The results are undefined if timing
136136
* methods are called without invoking at least one pair
137-
* {@code #start()} / {@code #stop()} methods.
137+
* {@code start()} / {@code stop()} methods.
138138
* @see #start()
139139
*/
140140
public void stop() throws IllegalStateException {

0 commit comments

Comments
 (0)