From add264939709161833c6df9bbe361d6a67f4137a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 9 May 2008 18:09:56 +0000 Subject: [PATCH] Javadoc typo. --- .../security/intercept/AbstractSecurityInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/intercept/AbstractSecurityInterceptor.java b/core/src/main/java/org/springframework/security/intercept/AbstractSecurityInterceptor.java index 4aa6b66dbb..01a026ba5c 100644 --- a/core/src/main/java/org/springframework/security/intercept/AbstractSecurityInterceptor.java +++ b/core/src/main/java/org/springframework/security/intercept/AbstractSecurityInterceptor.java @@ -61,7 +61,7 @@ import java.util.Collection; * interceptor. It will also implement the proper handling of secure object invocations, namely: *
    *
  1. Obtain the {@link Authentication} object from the {@link SecurityContextHolder}.
  2. - *
  3. Determine if the request relates to a secured or public invocation by ooking up the secure object request + *
  4. Determine if the request relates to a secured or public invocation by looking up the secure object request * against the {@link ObjectDefinitionSource}.
  5. *
  6. For an invocation that is secured (there is a * ConfigAttributeDefinition for the secure object invocation):