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

Manik Surtani manik at jboss.org
Thu May 24 14:14:00 EDT 2007


  User: msurtani
  Date: 07/05/24 14:14:00

  Modified:    src/org/jboss/cache/statetransfer 
                        DefaultStateTransferIntegrator.java
  Log:
  fixed buggy stuff around BG comms
  
  Revision  Changes    Path
  1.26      +1 -1      JBossCache/src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DefaultStateTransferIntegrator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- DefaultStateTransferIntegrator.java	23 May 2007 15:22:05 -0000	1.25
  +++ DefaultStateTransferIntegrator.java	24 May 2007 18:14:00 -0000	1.26
  @@ -249,7 +249,7 @@
               //are there any transient nodes at all?
               if (nd != null && !nd.isMarker())
               {
  -               target.putAll(nd.getAttributes());
  +               target.putAllDirect(nd.getAttributes());
   
                  // Check whether this is an integration into the buddy backup
                  // subtree
  
  
  



More information about the jboss-cvs-commits mailing list