ozeigermann    2004/01/08 08:24:21

  Modified:    src/share/org/apache/slide/util/locking/impl
                        GenericLock.java
  Log:
  Minor Javadoc flaw
  
  Revision  Changes    Path
  1.4       +4 -4      
jakarta-slide/src/share/org/apache/slide/util/locking/impl/GenericLock.java
  
  Index: GenericLock.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/util/locking/impl/GenericLock.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GenericLock.java  7 Jan 2004 11:47:58 -0000       1.3
  +++ GenericLock.java  8 Jan 2004 16:24:21 -0000       1.4
  @@ -76,7 +76,7 @@
    * 
    * <p>The idea is to have an ascending number of
    * lock levels ranging from <code>0</code> to <code>maxLockLevel</code> as 
specified in 
  - * [EMAIL PROTECTED] #GenericLock(Object, int)}: the higher the lock level the 
stronger and more restrictive the lock. To determine which lock may coexist with other 
locks you have to imagine matching pairs of lock levels.
  + * [EMAIL PROTECTED] #GenericLock(Object, int, StoreLogger)}: the higher the lock 
level the stronger and more restrictive the lock. To determine which lock may coexist 
with other locks you have to imagine matching pairs of lock levels.
    * For each pair both parts allow for all lock levels less than or equal to the 
matching other part. Pairs are composed by the lowest and highest level not yet part 
of a pair and successively applying this 
    * method until no lock level is left. For an even amount of levels each level is 
part of exactly one pair.
    * For an odd amount the middle level is paired with itself. The highst lock level 
may coexist with the lowest one (<code>0</code>) which by definition means 
  
  
  

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

Reply via email to