Browse Source

Merge pull request #28372 from zhangmingqi09

* pr/28372:
  Update copyright year of changed file
  Fix github issue reference in RequestMappingHandlerMapping

Closes gh-28372
pull/27953/head
Stephane Nicoll 4 years ago
parent
commit
94ed07d9cb
  1. 4
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerMapping.java

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

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2021 the original author or authors.
* Copyright 2002-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -66,7 +66,7 @@ import org.springframework.web.util.pattern.PathPatternParser; @@ -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

Loading…
Cancel
Save