From df1bec9e97910db9022cf94a7d982d05ab3b2a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 8 Jan 2024 12:23:23 +0100 Subject: [PATCH] Polishing See gh-31974 --- .../java/org/springframework/web/cors/CorsConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */