Polishing

See gh-31974
This commit is contained in:
Sébastien Deleuze
2024-01-08 12:23:23 +01:00
parent cfec88bfa8
commit df1bec9e97

View File

@@ -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}.
* <p>By default this is not set.
* @since 5.3
*/