diff --git a/core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java b/core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java
index 087b6ebbf3..43f1e6f018 100644
--- a/core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java
+++ b/core/src/main/java/org/springframework/security/ConfigAttributeDefinition.java
@@ -158,8 +158,7 @@ public class ConfigAttributeDefinition implements Serializable {
* Allows AccessDecisionManager
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 null
if an
- * Iterator
is unavailable
+ * @return the configuration attributes stored in this instance.
*/
public Collection getConfigAttributes() {
return this.configAttributes;