From 49800018e95425121b835cffe4e834208cf79a7a Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 23 May 2006 12:15:43 +0000 Subject: [PATCH] SEC-173: Expand on JavaDocs for ACLs which have no permission records. --- .../java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java b/core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java index 7aef2cfec6..29095fe627 100644 --- a/core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java +++ b/core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java @@ -114,9 +114,10 @@ public class JdbcDaoImpl extends JdbcDaoSupport implements BasicAclDao { * aclClass and aclObjectIdentity * @param aclInformation optional information about the individual ACL * record (if null only an "inheritence marker" - * instance is returned; if not null, it is prohibited - * to present null or an empty String for - * recipient) + * instance is returned which will include a recipient of {@link + * #RECIPIENT_USED_FOR_INHERITENCE_MARKER} ; if not + * null, it is prohibited to present null + * or an empty String for recipient) * * @return a fully populated instance suitable for use by external objects *