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 2010/12/16 11:58:57 UTC

svn commit: r1049915 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java

Author: angela
Date: Thu Dec 16 10:58:56 2010
New Revision: 1049915

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

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

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java?rev=1049915&r1=1049914&r2=1049915&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/lock/LockManagerImpl.java Thu Dec 16 10:58:56 2010
@@ -102,7 +102,7 @@ public class LockManagerImpl
     private final ReentrantLock xidlockMapLock = new ReentrantLock(){
 
     	/**
-    	 * The actice Xid of this {@link ReentrantLock}
+    	 * The active Xid of this {@link ReentrantLock}
     	 */
         private Xid activeXid;
 
@@ -848,7 +848,7 @@ public class LockManagerImpl
 
     /**
      * Return the path of an item given its id. This method will lookup the
-     * item inside the systme session.
+     * item inside the system session.
      */
     private Path getPath(SessionImpl session, ItemId id) throws RepositoryException {
         return session.getHierarchyManager().getPath(id);