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

Brian Stansberry brian.stansberry at jboss.com
Thu Dec 21 18:14:06 EST 2006


  User: bstansberry
  Date: 06/12/21 18:14:06

  Modified:    src/org/jboss/cache  Tag: Branch_JBossCache_1_4_0
                        TreeCache.java
  Log:
  [JBCACHE-913] Handle TreeCacheListener notifications as before to reduce chance of introducing subtle regressions
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.195.2.40 +1 -4      JBossCache/src/org/jboss/cache/TreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCache.java,v
  retrieving revision 1.195.2.39
  retrieving revision 1.195.2.40
  diff -u -b -r1.195.2.39 -r1.195.2.40
  --- TreeCache.java	21 Dec 2006 21:21:05 -0000	1.195.2.39
  +++ TreeCache.java	21 Dec 2006 23:14:06 -0000	1.195.2.40
  @@ -100,7 +100,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: TreeCache.java,v 1.195.2.39 2006/12/21 21:21:05 bstansberry Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.40 2006/12/21 23:14:06 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -2753,7 +2753,6 @@
            try
            {
               integrator.integrateTransientState(targetRoot, cl);
  -            // JBCACHE-913 -- the integrator now makes this call
               notifyAllNodesCreated(targetRoot);
            }
            catch (Throwable t)
  @@ -6073,8 +6072,6 @@
      /**
       * Generates NodeAdded notifications for all nodes of the tree. This is
       * called whenever the tree is initially retrieved (state transfer)
  -    * 
  -    * @deprecated No longer called
       */
      protected void notifyAllNodesCreated(DataNode curr)
      {
  
  
  



More information about the jboss-cvs-commits mailing list