Polishing

See gh-31975
This commit is contained in:
Sébastien Deleuze
2024-01-08 12:26:03 +01:00
parent 8d51fc0444
commit 0c6957e395

View File

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