You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2012/09/05 10:30:34 UTC

svn commit: r1381059 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java

Author: mreutegg
Date: Wed Sep  5 08:30:34 2012
New Revision: 1381059

URL: http://svn.apache.org/viewvc?rev=1381059&view=rev
Log:
fix JavaDoc

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java?rev=1381059&r1=1381058&r2=1381059&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java Wed Sep  5 08:30:34 2012
@@ -1366,14 +1366,13 @@ public class NodeImpl extends ItemImpl i
     }
 
     /**
-     * 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
      */