Fixed invalid usage of & tag in Javadocs

This commit is contained in:
Emil Sierżęga 2021-10-13 22:55:25 +02:00 committed by Eleftheria Stein-Kousathana
parent 04b47c5928
commit cb70b6a39b
1 changed files with 1 additions and 1 deletions

View File

@ -2179,7 +2179,7 @@ public class ServerHttpSecurity {
* generate a log in page at "/login" and a log out page at "/logout". If this is
* customized:
* <ul>
* <li>The default log in & log out page are no longer provided</li>
* <li>The default log in &amp; log out page are no longer provided</li>
* <li>The application must render a log in page at the provided URL</li>
* <li>The application must render an authentication error page at the provided
* URL + "?error"</li>