Skip to content

Commit aed95aa

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

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,9 +50,9 @@
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
53+
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
5454
* the default behavior and may reject input that was previously accepted.</li>
55-
* <li>{@code SIMPLE_*_VALIDATOR} lenient validation preserving the behavior from prior
55+
* <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
5858
* server.</li>

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,9 +51,9 @@
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
54+
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
5555
* the default behavior and may reject input that was previously accepted.</li>
56-
* <li>{@code SIMPLE_*_VALIDATOR} lenient validation preserving the behavior from prior
56+
* <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
5959
* server.</li>

0 commit comments

Comments
 (0)