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

Brian Stansberry brian.stansberry at jboss.com
Thu Oct 5 18:19:37 EDT 2006


  User: bstansberry
  Date: 06/10/05 18:19:37

  Modified:    src/org/jboss/cache/buddyreplication  BuddyManager.java
  Log:
  Fix out of date Javadoc
  
  Revision  Changes    Path
  1.44      +1 -2      JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- BuddyManager.java	30 Aug 2006 17:08:18 -0000	1.43
  +++ BuddyManager.java	5 Oct 2006 22:19:37 -0000	1.44
  @@ -380,8 +380,7 @@
   
      /**
       * Called by TreeCache._remoteAssignToBuddyGroup(BuddyGroup g) when a method
  -    * call for this is received from a remote cache.  If the node is able to
  -    * join the buddy group, a state transfer is requested from the Data Owner (pull).
  +    * call for this is received from a remote cache.
       *
       * @param newGroup the buddy group
       * @param state    Map<Fqn, byte[]> of any state from the DataOwner. Cannot
  
  
  



More information about the jboss-cvs-commits mailing list