Merge pull request #26776 from KENNYSOFT

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

Closes gh-26776
This commit is contained in:
Stephane Nicoll 2021-04-08 14:24:39 +02:00
commit 44e1d6d1bf
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
/**
* 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
*/