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

Manik Surtani msurtani at jboss.com
Wed Jan 17 11:24:06 EST 2007


  User: msurtani
  Date: 07/01/17 11:24:06

  Modified:    src/org/jboss/cache/pojo  PojoTreeCache.java
  Log:
  JBCACHE-565
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src/org/jboss/cache/pojo/PojoTreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoTreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/PojoTreeCache.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PojoTreeCache.java	17 Jan 2007 01:31:07 -0000	1.2
  +++ PojoTreeCache.java	17 Jan 2007 16:24:06 -0000	1.3
  @@ -68,7 +68,7 @@
      private boolean isAopNode(Fqn fqn)
      {
         // Use this API so it doesn't go thru the interceptor.
  -      NodeSPI node = peek(fqn);
  +      NodeSPI node = peek(fqn, true);
         if (node == null) return false;
   
         return node.getDirect(PojoInstance.KEY) != null;
  
  
  



More information about the jboss-cvs-commits mailing list