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

Manik Surtani msurtani at jboss.com
Wed Oct 11 07:47:45 EDT 2006


  User: msurtani
  Date: 06/10/11 07:47:45

  Modified:    src/org/jboss/cache/buddyreplication  Tag:
                        Branch_JBossCache_1_4_0 BuddyLocator.java
  Log:
  Updated docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +3 -2      JBossCache/src/org/jboss/cache/buddyreplication/BuddyLocator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyLocator.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/buddyreplication/BuddyLocator.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- BuddyLocator.java	10 Oct 2006 20:48:56 -0000	1.1.2.1
  +++ BuddyLocator.java	11 Oct 2006 11:47:45 -0000	1.1.2.2
  @@ -15,7 +15,7 @@
   /**
    * Buddy Locators help the {@see BuddyManager} select buddies for its buddy group.
    * <p>
  - * Implementations of this class must declard a public no-arguments constructor.
  + * Implementations of this class must declare a public no-arguments constructor.
    * </p>
    *
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
  @@ -38,7 +38,8 @@
        *                      the "buddy pool" they have identified themselves as 
        *                      belonging too.  A BuddyLocator implementation can use
        *                      this information to preferentially assign buddies from
  -     *                      the same buddy pool as <code>dataOwner</code>.
  +     *                      the same buddy pool as <code>dataOwner</code>.  May be
  +     *                      <code>null</code> if buddy pools aren't configured.
        * @param currentMembership List<IpAddress> of the current cluster members
        * @param dataOwner IpAddress of the node for which buddies should be selected
        * 
  
  
  



More information about the jboss-cvs-commits mailing list