Browse Source

Fix github issue reference in RequestMappingHandlerMapping

See gh-28372
pull/27953/head
zhangmingqi09 4 years ago committed by Stephane Nicoll
parent
commit
ca1a11acac
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java

2
spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java

@ -66,7 +66,7 @@ import org.springframework.web.util.pattern.PathPatternParser;
* mapping and for content negotiation (with similar deprecations in * mapping and for content negotiation (with similar deprecations in
* {@link org.springframework.web.accept.ContentNegotiationManagerFactoryBean * {@link org.springframework.web.accept.ContentNegotiationManagerFactoryBean
* ContentNegotiationManagerFactoryBean}). For further context, please read issue * 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 Arjen Poutsma
* @author Rossen Stoyanchev * @author Rossen Stoyanchev

Loading…
Cancel
Save