Skip to content

Commit 46c296b

Browse files
committed
Polishing
1 parent bfd20da commit 46c296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExecutionChain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void applyAfterConcurrentHandlingStarted(HttpServletRequest request, HttpServlet
212212

213213

214214
/**
215-
* Delegates to the handler and interceptors' {@code toString()}.
215+
* Delegates to the handler's {@code toString()} implementation.
216216
*/
217217
@Override
218218
public String toString() {

0 commit comments

Comments
 (0)