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 *