Polishing

See gh-28546
This commit is contained in:
Sébastien Deleuze
2024-01-08 12:27:02 +01:00
parent 2d3b02a89d
commit bd66763f26

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
*/