Skip to content

Commit fd6b64b

Browse files
committed
Polishing
1 parent 6870b9c commit fd6b64b

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/mvc/method/annotation/RequestMappingHandlerAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
/**
101101
* Extension of {@link AbstractHandlerMethodAdapter} that supports
102-
* {@link RequestMapping} annotated {@code HandlerMethod RequestMapping} annotated {@code HandlerMethods}.
102+
* {@link RequestMapping @RequestMapping} annotated {@link HandlerMethod HandlerMethods}.
103103
*
104104
* <p>Support for custom argument and return value types can be added via
105105
* {@link #setCustomArgumentResolvers} and {@link #setCustomReturnValueHandlers},

0 commit comments

Comments
 (0)