You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by th...@apache.org on 2011/10/25 17:30:52 UTC

svn commit: r1188712 - /jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java

Author: thomasm
Date: Tue Oct 25 15:30:52 2011
New Revision: 1188712

URL: http://svn.apache.org/viewvc?rev=1188712&view=rev
Log:
Javadocs

Modified:
    jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java

Modified: jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java?rev=1188712&r1=1188711&r2=1188712&view=diff
==============================================================================
--- jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java (original)
+++ jackrabbit/sandbox/microkernel/src/main/java/org/apache/jackrabbit/mk/api/MicroKernel.java Tue Oct 25 15:30:52 2011
@@ -216,10 +216,10 @@ public interface MicroKernel {
      * <p/>
      * Remarks:
      * <ul>
-     * <li>If the property <code>:childNodeCount</code> equals 0 the
-     * node does not have child nodes.
+     * <li>If the property <code>:childNodeCount</code> equals 0, then the
+     * node does not have any child nodes.
      * <li>If the value of <code>:childNodeCount</code> is larger than the list
-     * of returned child nodes the node does have more child nodes than those
+     * of returned child nodes, then the node has more child nodes than those
      * included in the tree. Large number of child nodes can be retrieved in
      * chunks using {@link #getNodes(String, String, int, long, int)}</li>
      * </ul>