From dfb60e2f6271578ccff30ba2326c5cfdf6cfc4d3 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 10 Jan 2008 13:38:12 +0000 Subject: [PATCH] Clarifying Javadoc --- .../security/intercept/method/MethodDefinitionAttributes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/intercept/method/MethodDefinitionAttributes.java b/core/src/main/java/org/springframework/security/intercept/method/MethodDefinitionAttributes.java index 6a0638db0f..436702e230 100644 --- a/core/src/main/java/org/springframework/security/intercept/method/MethodDefinitionAttributes.java +++ b/core/src/main/java/org/springframework/security/intercept/method/MethodDefinitionAttributes.java @@ -28,7 +28,7 @@ import java.util.Iterator; /** * Provides {@link ConfigAttributeDefinition}s for a method signature (via the lookupAttributes method) - * by delegating to a configured an {@link Attributes} object. The latter may use Java 5 annotations, Commons attributes + * by delegating to a configured {@link Attributes} object. The latter may use Java 5 annotations, Commons attributes * or some other approach to determine the ConfigAttributes which apply. *

* This class will only detect those attributes which are defined for: