From 8baafbb2f236b91a47cabc63de1fd2df30b50ddd Mon Sep 17 00:00:00 2001 From: izeye Date: Tue, 15 Sep 2015 20:41:26 +0900 Subject: [PATCH] SEC-3116: Polish WebSecurity Javadoc --- .../security/config/annotation/web/builders/WebSecurity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java index c495ade82e..c666a9fbcb 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java +++ b/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 * equivalent to the previous two examples: * - * Alternatively this will accomplish the same result: - * *
 	 * webSecurityBuilder.ignoring()
 	 * // ignore all URLs that start with /resources/