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

Ben Wang bwang at jboss.com
Sun Sep 24 11:58:00 EDT 2006


  User: bwang   
  Date: 06/09/24 11:58:00

  Modified:    src/org/jboss/cache  TreeCacheProxyImpl.java
  Log:
  Added it temporarily for debugging.
  
  Revision  Changes    Path
  1.39      +5 -1      JBossCache/src/org/jboss/cache/TreeCacheProxyImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheProxyImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCacheProxyImpl.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- TreeCacheProxyImpl.java	22 Sep 2006 17:04:49 -0000	1.38
  +++ TreeCacheProxyImpl.java	24 Sep 2006 15:58:00 -0000	1.39
  @@ -543,6 +543,10 @@
         return treeCache.getCurrentTransaction(tx);
      }
   
  +   public String printDetails()
  +   {
  +      return treeCache.printDetails();
  +   }
   
      public boolean getChildrenLoaded()
      {
  
  
  



More information about the jboss-cvs-commits mailing list