Skip to content

Commit ca1a11a

Browse files
zhangmingqi09snicoll
authored andcommitted
Fix github issue reference in RequestMappingHandlerMapping
See gh-28372
1 parent c261d40 commit ca1a11a

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/RequestMappingHandlerMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* mapping and for content negotiation (with similar deprecations in
6767
* {@link org.springframework.web.accept.ContentNegotiationManagerFactoryBean
6868
* ContentNegotiationManagerFactoryBean}). For further context, please read issue
69-
* <a href="https://github.com/spring-projects/spring-framework/issues/24179">#24719</a>.
69+
* <a href="https://github.com/spring-projects/spring-framework/issues/24179">#24179</a>.
7070
*
7171
* @author Arjen Poutsma
7272
* @author Rossen Stoyanchev

0 commit comments

Comments
 (0)