Fix github issue reference in RequestMappingHandlerMapping

See gh-28372
This commit is contained in:
zhangmingqi09 2022-04-24 14:00:51 +08:00 committed by Stephane Nicoll
parent c261d40610
commit ca1a11acac
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ import org.springframework.web.util.pattern.PathPatternParser;
* mapping and for content negotiation (with similar deprecations in
* {@link org.springframework.web.accept.ContentNegotiationManagerFactoryBean
* ContentNegotiationManagerFactoryBean}). For further context, please read issue
* <a href="https://github.com/spring-projects/spring-framework/issues/24179">#24719</a>.
* <a href="https://github.com/spring-projects/spring-framework/issues/24179">#24179</a>.
*
* @author Arjen Poutsma
* @author Rossen Stoyanchev