You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2011/09/28 15:21:36 UTC

svn commit: r1176874 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java

Author: reschke
Date: Wed Sep 28 13:21:35 2011
New Revision: 1176874

URL: http://svn.apache.org/viewvc?rev=1176874&view=rev
Log:
typos

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

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java?rev=1176874&r1=1176873&r2=1176874&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/NodeStateEx.java Wed Sep 28 13:21:35 2011
@@ -199,7 +199,7 @@ public class NodeStateEx {
     }
 
     /**
-     * Returns the values of the given property of <code>null</code>
+     * Returns the values of the given property or <code>null</code>
      *
      * @param name name of the property
      * @return the values of the given property.
@@ -329,7 +329,7 @@ public class NodeStateEx {
     /**
      * removes the (first) child node with the given name.
      *
-     * @param name name of hte node
+     * @param name name of the node
      * @return <code>true</code> if the child was removed
      * @throws RepositoryException if an error occurs
      */
@@ -847,9 +847,9 @@ public class NodeStateEx {
     }
 
     /**
-     * Checks if this state has the inidcated ancestor
+     * Checks if this state has the indicated ancestor
      * @param nodeId the node id of the ancestor
-     * @return <code>true</code> if it has the inidicated ancestor
+     * @return <code>true</code> if it has the indicated ancestor
      * @throws RepositoryException if an error occurs
      */
     public boolean hasAncestor(NodeId nodeId) throws RepositoryException {