Skip to content

Commit

Permalink
fix JavaDoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1381059 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mreutegg committed Sep 5, 2012
1 parent 87b6fd0 commit 2759c3b
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -1366,14 +1366,13 @@ public Name getPrimaryNodeTypeName() {
}

/**
* Test if the given node is access controlled. The node is access
* controlled if it is of node type
* Test if this node is access controlled. The node is access controlled if
* it is of node type
* {@link org.apache.jackrabbit.core.security.authorization.AccessControlConstants#NT_REP_ACCESS_CONTROLLABLE "rep:AccessControllable"}
* and if it has a child node named
* {@link org.apache.jackrabbit.core.security.authorization.AccessControlConstants#N_POLICY}.
*
* @param node the node to be tested
* @return <code>true</code> if the node is access controlled and has a
* @return <code>true</code> if this node is access controlled and has a
* rep:policy child; <code>false</code> otherwise.
* @throws RepositoryException if an error occurs
*/
Expand Down

0 comments on commit 2759c3b

Please sign in to comment.