diff --git a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java index 05cc7fe784..3cbcfe8303 100644 --- a/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java @@ -59,12 +59,8 @@ import java.util.Set; * *
    *
  1. - * Extract the {@link SecureContext} from the {@link SecurityContextHolder}, - * handling any errors such as invalid or null objects. - *
  2. - *
  3. - * Obtain the {@link Authentication} object from the extracted - * SecureContext. + * Obtain the {@link Authentication} object from the + * {@link SecurityContextHolder}. *
  4. *
  5. * Determine if the request relates to a secured or public invocation by