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

Manik Surtani manik at jboss.org
Mon Mar 12 14:13:47 EDT 2007


  User: msurtani
  Date: 07/03/12 14:13:47

  Modified:    src/org/jboss/cache/pojo/impl  PojoCacheDelegate.java
  Log:
  JBCACHE-1005
  
  Revision  Changes    Path
  1.2       +8 -8      JBossCache/src/org/jboss/cache/pojo/impl/PojoCacheDelegate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheDelegate.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/impl/PojoCacheDelegate.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PojoCacheDelegate.java	13 Jan 2007 15:55:06 -0000	1.1
  +++ PojoCacheDelegate.java	12 Mar 2007 18:13:47 -0000	1.2
  @@ -217,8 +217,8 @@
      private void createChildNodeFirstWithoutLocking(Fqn internalFqn)
      {
         int size = internalFqn.size();
  -      Fqn f = internalFqn.getFqnChild(0, size - 1);
  -      Fqn child = internalFqn.getFqnChild(size - 1, size);
  +      Fqn f = internalFqn.getSubFqn(0, size - 1);
  +      Fqn child = internalFqn.getSubFqn(size - 1, size);
   
         NodeSPI base = cache_.getRoot().getChildDirect(f);
         if (base == null)
  
  
  



More information about the jboss-cvs-commits mailing list