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 2009/01/09 16:16:57 UTC

svn commit: r733057 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java

Author: angela
Date: Fri Jan  9 07:16:57 2009
New Revision: 733057

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

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

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java?rev=733057&r1=733056&r2=733057&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/SessionImpl.java Fri Jan  9 07:16:57 2009
@@ -875,7 +875,7 @@
      * Determines if there are pending unsaved changes either on the passed
      * item or on any item in it's subtree.
      *
-     * @param Item start of the subtree to be tested for pending changes.
+     * @param item Item start of the subtree to be tested for pending changes.
      * @return <code>true</code> if there are pending unsaved changes,
      *         <code>false</code> otherwise.
      * @throws RepositoryException if an error occurred