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

Manik Surtani manik at jboss.org
Fri Jun 8 11:39:29 EDT 2007


  User: msurtani
  Date: 07/06/08 11:39:29

  Modified:    src/org/jboss/cache/statetransfer 
                        DefaultStateTransferIntegrator.java
  Log:
  JBCACHE-1022
  
  Revision  Changes    Path
  1.27      +9 -9      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.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- DefaultStateTransferIntegrator.java	24 May 2007 18:14:00 -0000	1.26
  +++ DefaultStateTransferIntegrator.java	8 Jun 2007 15:39:28 -0000	1.27
  @@ -199,8 +199,8 @@
      private void notifyAllNodesCreated(InvocationContext ctx, NodeSPI curr)
      {
         if (curr == null) return;
  -      getCache().getNotifier().notifyNodeCreated(curr.getFqn(), true, ctx, true);
  -      getCache().getNotifier().notifyNodeCreated(curr.getFqn(), false, ctx, true);
  +      getCache().getNotifier().notifyNodeCreated(curr.getFqn(), true, ctx);
  +      getCache().getNotifier().notifyNodeCreated(curr.getFqn(), false, ctx);
         Set<NodeSPI> children = curr.getChildrenDirect();
         for (NodeSPI n : children)
         {
  
  
  



More information about the jboss-cvs-commits mailing list