Fix Formatting

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

View File

@ -50,8 +50,8 @@ 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
* the default behavior and may reject input that was previously accepted.</li>
* <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
* releases. Use only when strictly required for backward compatibility and with full
* understanding that it may accept values that enable attacks against the authorization

View File

@ -51,8 +51,8 @@ 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
* the default behavior and may reject input that was previously accepted.</li>
* <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
* releases. Use only when strictly required for backward compatibility and with full
* understanding that it may accept values that enable attacks against the authorization