Fix broken Javadoc tags

Closes gh-26967
This commit is contained in:
izeye
2021-05-22 09:10:57 +09:00
committed by Sam Brannen
parent ac0e71745b
commit ab2c78a9d5
6 changed files with 7 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ public @interface CrossOrigin {
/**
* Alternative to {@link #origins()} that supports more flexible origins
* patterns. Please, see @link CorsConfiguration#setAllowedOriginPatterns(List)}
* patterns. Please, see {@link CorsConfiguration#setAllowedOriginPatterns(List)}
* for details.
* <p>By default this is not set.
* @since 5.3