You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by md...@apache.org on 2011/07/19 16:22:26 UTC

svn commit: r1148346 - /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java

Author: mduerig
Date: Tue Jul 19 14:22:26 2011
New Revision: 1148346

URL: http://svn.apache.org/viewvc?rev=1148346&view=rev
Log:
typo

Modified:
    jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java

Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java?rev=1148346&r1=1148345&r2=1148346&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java (original)
+++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java Tue Jul 19 14:22:26 2011
@@ -79,7 +79,7 @@ public interface NodeInfo extends ItemIn
     public Iterator<PropertyId> getPropertyIds();
 
     /**
-     * Return the all <code>ChildInfo</code>s of the node represent by
+     * Return all <code>ChildInfo</code>s of the node represent by
      * this info, an empty iterator if that node doesn't have any child nodes
      * or <code>null</code> if the implementation is not able or for some
      * internal reasons not willing to compute the <code>ChildInfo</code>