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

Manik Surtani msurtani at jboss.com
Fri Sep 22 12:38:18 EDT 2006


  User: msurtani
  Date: 06/09/22 12:38:18

  Modified:    src/org/jboss/cache/interceptors 
                        CacheLoaderInterceptor.java
  Log:
  removed dubious sysout
  
  Revision  Changes    Path
  1.56      +1 -3      JBossCache/src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheLoaderInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -b -r1.55 -r1.56
  --- CacheLoaderInterceptor.java	19 Sep 2006 13:52:33 -0000	1.55
  +++ CacheLoaderInterceptor.java	22 Sep 2006 16:38:18 -0000	1.56
  @@ -32,7 +32,7 @@
    * Loads nodes that don't exist at the time of the call into memory from the CacheLoader
    *
    * @author Bela Ban
  - * @version $Id: CacheLoaderInterceptor.java,v 1.55 2006/09/19 13:52:33 msurtani Exp $
  + * @version $Id: CacheLoaderInterceptor.java,v 1.56 2006/09/22 16:38:18 msurtani Exp $
    */
   public class CacheLoaderInterceptor extends BaseCacheLoaderInterceptor implements CacheLoaderInterceptorMBean
   {
  @@ -285,8 +285,6 @@
         // Create if node had not been created already
         if (n == null) n = (TreeCacheProxyImpl) createNodes(fqn, null); // dont care about local transactions
   
  -      System.out.println("*** " + fqn + " has children " + children_names);
  -
         // Create one DataNode per child, mark as UNINITIALIZED
         for (Iterator i = children_names.iterator(); i.hasNext();)
         {
  
  
  



More information about the jboss-cvs-commits mailing list