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

Manik Surtani msurtani at jboss.com
Thu Jan 4 09:36:00 EST 2007


  User: msurtani
  Date: 07/01/04 09:36:00

  Modified:    src/org/jboss/cache/interceptors 
                        OptimisticValidatorInterceptor.java
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.51      +1 -2      JBossCache/src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OptimisticValidatorInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -b -r1.50 -r1.51
  --- OptimisticValidatorInterceptor.java	4 Jan 2007 05:35:37 -0000	1.50
  +++ OptimisticValidatorInterceptor.java	4 Jan 2007 14:36:00 -0000	1.51
  @@ -184,8 +184,7 @@
                     throw new IllegalStateException("dNode " + dNode + " has no parent");
                  }
   
  -               parent.removeChildDirect(new Fqn(dNode.getFqn().getLastElement()));
  -
  +               parent.removeChildDirect(dNode.getFqn().getLastElement());
               }
            }
            else
  
  
  



More information about the jboss-cvs-commits mailing list