You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2010/04/22 17:20:21 UTC

svn commit: r936894 - in /jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi: hierarchy/ChildNodeEntriesImpl.java state/WorkspaceItemStateFactory.java

Author: stefan
Date: Thu Apr 22 15:20:19 2010
New Revision: 936894

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

Modified:
    jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java
    jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java

Modified: jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java?rev=936894&r1=936893&r2=936894&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/hierarchy/ChildNodeEntriesImpl.java Thu Apr 22 15:20:19 2010
@@ -140,7 +140,7 @@ final class ChildNodeEntriesImpl impleme
 
     /**
      * Update the child node entries according to the child-infos obtained
-     * from the persistent layer.
+     * from the persistence layer.
      * NOTE: the status of the entries already present is not respected. Thus
      * new or removed entries are not touched in order not to modify the
      * transient status of the parent. Operations that affect the set or order

Modified: jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java?rev=936894&r1=936893&r2=936894&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java (original)
+++ jackrabbit/trunk/jackrabbit-jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/WorkspaceItemStateFactory.java Thu Apr 22 15:20:19 2010
@@ -439,10 +439,10 @@ public class WorkspaceItemStateFactory e
     }
 
     /**
-     * Returns true iff <code>cache</code> is not <code>null</code> and
+     * Returns true if <code>cache</code> is not <code>null</code> and
      * the cached entry is up to date.
      * @param cacheEntry
-     * @param generation
+     * @param entry
      * @return
      * @throws RepositoryException
      */
@@ -453,10 +453,10 @@ public class WorkspaceItemStateFactory e
     }
 
     /**
-     * Returns true iff <code>cache</code> is not <code>null</code> and
+     * Returns true if <code>cache</code> is not <code>null</code> and
      * the cached entry is not up to date.
      * @param cacheEntry
-     * @param generation
+     * @param entry
      * @return
      * @throws RepositoryException
      */