[jboss-cvs] JBossCache/src/org/jboss/cache/interceptors ...

Manik Surtani manik at jboss.org
Mon Jun 11 17:17:20 EDT 2007


  User: msurtani
  Date: 07/06/11 17:17:20

  Modified:    src/org/jboss/cache/interceptors 
                        PessimisticLockInterceptor.java
  Log:
  JBCACHE-1101
  
  Revision  Changes    Path
  1.53      +4 -3      JBossCache/src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PessimisticLockInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- PessimisticLockInterceptor.java	23 May 2007 15:22:03 -0000	1.52
  +++ PessimisticLockInterceptor.java	11 Jun 2007 21:17:20 -0000	1.53
  @@ -21,7 +21,6 @@
   import org.jboss.cache.transaction.TransactionEntry;
   import org.jboss.cache.transaction.TransactionTable;
   
  -import javax.transaction.Transaction;
   import java.util.Collections;
   import java.util.Iterator;
   import java.util.LinkedList;
  @@ -36,7 +35,7 @@
    * current method and unlock when the method returns.
    *
    * @author Bela Ban
  - * @version $Id: PessimisticLockInterceptor.java,v 1.52 2007/05/23 15:22:03 msurtani Exp $
  + * @version $Id: PessimisticLockInterceptor.java,v 1.53 2007/06/11 21:17:20 msurtani Exp $
    */
   public class PessimisticLockInterceptor extends Interceptor
   {
  @@ -509,6 +508,7 @@
         // Let's do it in stack style, LIFO
         entry.releaseAllLocksLIFO(gtx);
   
  +/*
         Transaction ltx = entry.getTransaction();
         if (log.isTraceEnabled())
         {
  @@ -516,6 +516,7 @@
         }
         tx_table.remove(ltx);
         tx_table.remove(gtx);
  +*/
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list