From 0c6957e39592817934980603f00ef45e59666d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 8 Jan 2024 12:26:03 +0100 Subject: [PATCH] Polishing See gh-31975 --- .../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 4f09598cca0..26c9592b2db 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 @@ -210,7 +210,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 */