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

Elias Ross genman at noderunner.net
Mon Nov 20 07:04:43 EST 2006


  User: genman  
  Date: 06/11/20 07:04:43

  Modified:    src/org/jboss/cache/interceptors 
                        PessimisticLockInterceptor.java
  Log:
  JBCACHE-867 - Fix put(Map) not calling through cache
  
  Revision  Changes    Path
  1.35      +2 -2      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- PessimisticLockInterceptor.java	20 Nov 2006 03:53:54 -0000	1.34
  +++ PessimisticLockInterceptor.java	20 Nov 2006 12:04:43 -0000	1.35
  @@ -37,7 +37,7 @@
    * current method and unlock when the method returns.
    *
    * @author Bela Ban
  - * @version $Id: PessimisticLockInterceptor.java,v 1.34 2006/11/20 03:53:54 genman Exp $
  + * @version $Id: PessimisticLockInterceptor.java,v 1.35 2006/11/20 12:04:43 genman Exp $
    */
   public class PessimisticLockInterceptor extends Interceptor
   {
  @@ -258,7 +258,7 @@
            {
               if (log.isTraceEnabled())
               {
  -               log.trace("failed to find or create child " + child_name + " of node " + n.getFqn());
  +               log.trace("failed to find or create child " + child_name + " of node " + n);
               }
               return;
            }
  
  
  



More information about the jboss-cvs-commits mailing list