瀏覽代碼

SEC-173: Expand on JavaDocs for ACLs which have no permission records.

Ben Alex 19 年之前
父節點
當前提交
49800018e9
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java

+ 4 - 3
core/src/main/java/org/acegisecurity/acl/basic/jdbc/JdbcDaoImpl.java

@@ -114,9 +114,10 @@ public class JdbcDaoImpl extends JdbcDaoSupport implements BasicAclDao {
      *        <code>aclClass</code> and <code>aclObjectIdentity</code>
      * @param aclInformation optional information about the individual ACL
      *        record (if <code>null</code> only an "inheritence marker"
-     *        instance is returned; if not <code>null</code>, it is prohibited
-     *        to present <code>null</code> or an empty <code>String</code> for
-     *        <code>recipient</code>)
+     *        instance is returned which will include a recipient of {@link
+     *        #RECIPIENT_USED_FOR_INHERITENCE_MARKER} ; if not
+     *        <code>null</code>, it is prohibited to present <code>null</code>
+     *        or an empty <code>String</code> for <code>recipient</code>)
      *
      * @return a fully populated instance suitable for use by external objects
      *