Browse Source

Merge pull request #26776 from KENNYSOFT

* pr/26776:
  Update copyright year of changed file
  Fix javadoc link syntax

Closes gh-26776
pull/26778/head
Stephane Nicoll 5 years ago
parent
commit
44e1d6d1bf
  1. 4
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/CorsRegistration.java

4
spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/CorsRegistration.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2021 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.
@ -60,7 +60,7 @@ public class CorsRegistration { @@ -60,7 +60,7 @@ public class CorsRegistration {
/**
* Alternative to {@link #allowCredentials} that supports origins declared
* via wildcard patterns. Please, see
* @link CorsConfiguration#setAllowedOriginPatterns(List)} for details.
* {@link CorsConfiguration#setAllowedOriginPatterns(List)} for details.
* <p>By default this is not set.
* @since 5.3
*/

Loading…
Cancel
Save