Skip to content

Commit 94ed07d

Browse files
committed
Merge pull request #28372 from zhangmingqi09
* pr/28372: Update copyright year of changed file Fix github issue reference in RequestMappingHandlerMapping Closes gh-28372
2 parents c261d40 + b81c62d commit 94ed07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)