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

Elias Ross genman at noderunner.net
Wed Nov 29 17:10:22 EST 2006


  User: genman  
  Date: 06/11/29 17:10:22

  Modified:    src/org/jboss/cache/loader  ClusteredCacheLoader.java
  Log:
  JBCACHE-888 - Remove TreeCache.UNITIALIZED
  
  Revision  Changes    Path
  1.19      +0 -5      JBossCache/src/org/jboss/cache/loader/ClusteredCacheLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ClusteredCacheLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/loader/ClusteredCacheLoader.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- ClusteredCacheLoader.java	17 Nov 2006 17:24:49 -0000	1.18
  +++ ClusteredCacheLoader.java	29 Nov 2006 22:10:22 -0000	1.19
  @@ -121,11 +121,6 @@
         MethodCall call = MethodCallFactory.create(MethodDeclarations.getDataMapMethodLocal, name);
         Object resp = callRemote(call);
         Map m = (Map) resp;
  -      if (m != null)
  -      {
  -         // This eliminates a problem of seeing uninitialized nodes
  -         m.remove(TreeCache.UNINITIALIZED);
  -      }
         return m;
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list