Skip to content

Commit 0c6957e

Browse files
committed
Polishing
See gh-31975
1 parent 8d51fc0 commit 0c6957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ else if (this.allowedOrigins == DEFAULT_PERMIT_ALL && CollectionUtils.isEmpty(th
210210
* matched origin and not to {@code "*"} nor to the pattern.
211211
* Therefore, {@code allowedOriginPatterns} can be used in combination with
212212
* {@link #setAllowCredentials} and {@link #setAllowPrivateNetwork} set to
213-
* {@code true}
213+
* {@code true}.
214214
* <p>By default this is not set.
215215
* @since 5.3
216216
*/

0 commit comments

Comments
 (0)