ozeigermann    2004/01/07 06:03:23

  Modified:    src/share/org/apache/slide/util/locking MultiLevelLock.java
  Log:
  Fixed minor error in Javadocs
  
  Revision  Changes    Path
  1.3       +4 -4      
jakarta-slide/src/share/org/apache/slide/util/locking/MultiLevelLock.java
  
  Index: MultiLevelLock.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/util/locking/MultiLevelLock.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MultiLevelLock.java       7 Jan 2004 11:47:58 -0000       1.2
  +++ MultiLevelLock.java       7 Jan 2004 14:03:23 -0000       1.3
  @@ -97,7 +97,7 @@
      /**
       * Retuns the highest lock level the specified owner holds on this lock or 
<code>0</code> if it holds no locks at all. 
       * 
  -    * @param ownerId a unique id identifying the entity that wants to release all 
lock levels
  +    * @param ownerId a unique id identifying the entity that wants to know its 
highest lock level
       * @return the highest lock level
       */
       public int getLockLevel(Object ownerId);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to