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

Manik Surtani manik at jboss.org
Mon Jul 16 22:10:41 EDT 2007


  User: msurtani
  Date: 07/07/16 22:10:41

  Modified:    src/org/jboss/cache  UnversionedNode.java
  Log:
  JBCACHE-1132
  
  Revision  Changes    Path
  1.38      +1 -1      JBossCache/src/org/jboss/cache/UnversionedNode.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UnversionedNode.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/UnversionedNode.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- UnversionedNode.java	16 Jul 2007 12:41:13 -0000	1.37
  +++ UnversionedNode.java	17 Jul 2007 02:10:41 -0000	1.38
  @@ -318,7 +318,7 @@
         }
         if (children != null && !children.isEmpty())
         {
  -         sb.append(" child=").append(getChildrenDirect(false));
  +         sb.append(" child=").append(getChildrenNamesDirect());
         }
         if (lock_ != null)
         {
  
  
  



More information about the jboss-cvs-commits mailing list