diff --git a/core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java b/core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java index 163237011c..727f5f0a65 100644 --- a/core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java +++ b/core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java @@ -20,8 +20,7 @@ import org.springframework.util.StringUtils; import java.beans.PropertyEditorSupport; /** - * A property editor that can create a populated {@link List} from a comma separated list of - * values. + * A property editor that can create a populated List<ConfigAttribute> from a comma separated list of values. *

* Trims preceding and trailing spaces from presented command separated tokens, as this can be a source * of hard-to-spot configuration issues for end users.