diff --git a/spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java b/spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java index fddf7c56410..26467a2c3e8 100644 --- a/spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java +++ b/spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java @@ -193,7 +193,7 @@ public class CorsConfiguration { * matched origin and not to {@code "*"} nor to the pattern. * Therefore, {@code allowedOriginPatterns} can be used in combination with * {@link #setAllowCredentials} and {@link #setAllowPrivateNetwork} set to - * {@code true} + * {@code true}. *

By default this is not set. * @since 5.3 */