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

svn commit: r542770 - /jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java

Author: angela
Date: Wed May 30 00:45:35 2007
New Revision: 542770

URL: http://svn.apache.org/viewvc?view=rev&rev=542770
Log:
javadoc

Modified:
    jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java

Modified: jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java?view=diff&rev=542770&r1=542769&r2=542770
==============================================================================
--- jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java (original)
+++ jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/RepositoryService.java Wed May 30 00:45:35 2007
@@ -206,7 +206,7 @@
     public NodeInfo getNodeInfo(SessionInfo sessionInfo, NodeId nodeId) throws ItemNotFoundException, RepositoryException;
 
     /**
-     * Returns a collection of child node entries present on the
+     * Returns a collection of <code>ChildInfo</code>s present on the
      * Node represented by the given parentId.
      *
      * @param sessionInfo
@@ -231,7 +231,7 @@
     //-----------------------------------------------< general modification >---
     /**
      * Indicates the start of a set of operations that cause modifications
-     * on the underlaying persistence layer. All modification called on the
+     * on the underlying persistence layer. All modification called on the
      * Batch must be executed at once or non must be executed.
      *
      * @param itemId