Polishing

This commit is contained in:
Sam Brannen 2019-03-26 12:28:09 +01:00
parent 6870b9c691
commit fd6b64bfac
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ import org.springframework.web.util.WebUtils;
/**
* Extension of {@link AbstractHandlerMethodAdapter} that supports
* {@link RequestMapping} annotated {@code HandlerMethod RequestMapping} annotated {@code HandlerMethods}.
* {@link RequestMapping @RequestMapping} annotated {@link HandlerMethod HandlerMethods}.
*
* <p>Support for custom argument and return value types can be added via
* {@link #setCustomArgumentResolvers} and {@link #setCustomReturnValueHandlers},