Fix Formatting

Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
This commit is contained in:
Josh Cummings 2026-04-20 13:45:45 -06:00
parent 7b57a4a3bb
commit aed95aa2b1
2 changed files with 4 additions and 4 deletions

View File

@ -50,9 +50,9 @@ import org.springframework.util.CollectionUtils;
* <p>
* Each validated field is backed by two public constants:
* <ul>
* <li>{@code DEFAULT_*_VALIDATOR} strict validation that rejects unsafe values. This is
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
* the default behavior and may reject input that was previously accepted.</li>
* <li>{@code SIMPLE_*_VALIDATOR} lenient validation preserving the behavior from prior
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
* releases. Use only when strictly required for backward compatibility and with full
* understanding that it may accept values that enable attacks against the authorization
* server.</li>

View File

@ -51,9 +51,9 @@ import org.springframework.util.CollectionUtils;
* <p>
* Each validated field is backed by two public constants:
* <ul>
* <li>{@code DEFAULT_*_VALIDATOR} strict validation that rejects unsafe values. This is
* <li>{@code DEFAULT_*_VALIDATOR} -- strict validation that rejects unsafe values. This is
* the default behavior and may reject input that was previously accepted.</li>
* <li>{@code SIMPLE_*_VALIDATOR} lenient validation preserving the behavior from prior
* <li>{@code SIMPLE_*_VALIDATOR} -- lenient validation preserving the behavior from prior
* releases. Use only when strictly required for backward compatibility and with full
* understanding that it may accept values that enable attacks against the authorization
* server.</li>