Skip to content

Commit 53bc6a7

Browse files
committed
Fix Formatting
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent aed95aa commit 53bc6a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/authentication/OAuth2ClientRegistrationAuthenticationValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
* <p>
5151
* Each validated field is backed by two public constants:
5252
* <ul>
53-
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
54-
* the default behavior and may reject input that was previously accepted.</li>
53+
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This
54+
* is the default behavior and may reject input that was previously accepted.</li>
5555
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
5656
* releases. Use only when strictly required for backward compatibility and with full
5757
* understanding that it may accept values that enable attacks against the authorization

oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/oidc/authentication/OidcClientRegistrationAuthenticationValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
* <p>
5252
* Each validated field is backed by two public constants:
5353
* <ul>
54-
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
55-
* the default behavior and may reject input that was previously accepted.</li>
54+
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This
55+
* is the default behavior and may reject input that was previously accepted.</li>
5656
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
5757
* releases. Use only when strictly required for backward compatibility and with full
5858
* understanding that it may accept values that enable attacks against the authorization

0 commit comments

Comments
 (0)