瀏覽代碼

SEC-797: Minor javadoc correction.

Luke Taylor 17 年之前
父節點
當前提交
348d211b8c
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java

+ 1 - 2
core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java

@@ -158,8 +158,7 @@ public class ConfigAttributeDefinition implements Serializable {
      * Allows <code>AccessDecisionManager</code>s and other classes to loop through every configuration attribute
      * associated with a target secure object.
      *
-     * @return all the configuration attributes stored by the instance, or <code>null</code> if an
-     *         <code>Iterator</code> is unavailable
+     * @return the configuration attributes stored in this instance.
      */
     public Collection getConfigAttributes() {
         return this.configAttributes;