소스 검색

SEC-3116: Polish WebSecurity Javadoc

izeye 10 년 전
부모
커밋
8baafbb2f2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java

+ 0 - 2
config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java

@@ -137,8 +137,6 @@ public final class WebSecurity extends
 	 * Multiple invocations of ignoring() are also additive, so the following is also
 	 * Multiple invocations of ignoring() are also additive, so the following is also
 	 * equivalent to the previous two examples:
 	 * equivalent to the previous two examples:
 	 *
 	 *
-	 * Alternatively this will accomplish the same result:
-	 *
 	 * <pre>
 	 * <pre>
 	 * webSecurityBuilder.ignoring()
 	 * webSecurityBuilder.ignoring()
 	 * // ignore all URLs that start with /resources/
 	 * // ignore all URLs that start with /resources/