소스 검색

Fixed invalid usage of & tag in Javadocs

Emil Sierżęga 3 년 전
부모
커밋
cb70b6a39b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

+ 1 - 1
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

@@ -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>