Luke Taylor преди 17 години
родител
ревизия
dfb60e2f62
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/src/main/java/org/springframework/security/intercept/method/MethodDefinitionAttributes.java

+ 1 - 1
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 <tt>lookupAttributes</tt> 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 <tt>ConfigAttribute</tt>s which apply. 
  * <p>
  * This class will only detect those attributes which are defined for: