Skip to content

Commit

Permalink
Merge pull request spring-projects#26776 from KENNYSOFT
Browse files Browse the repository at this point in the history
* pr/26776:
  Update copyright year of changed file
  Fix javadoc link syntax

Closes spring-projectsgh-26776
  • Loading branch information
snicoll committed Apr 8, 2021
2 parents c5ac8e8 + 7adac25 commit 44e1d6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -60,7 +60,7 @@ public CorsRegistration allowedOrigins(String... origins) {
/**
* 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
*/
Expand Down

0 comments on commit 44e1d6d

Please sign in to comment.