mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 16:22:15 +00:00
SEC-797: Minor javadoc correction.
This commit is contained in:
parent
d1e23b3d2c
commit
348d211b8c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user