CVS update: JGroups/src/org/jgroups View.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/08/24 11:46:38

  Modified:    src/org/jgroups View.java
  Log:
  ns
  
  Revision  Changes    Path
  1.25      +2 -2      JGroups/src/org/jgroups/View.java
  
  Index: View.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/View.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- View.java	17 Dec 2009 16:37:19 -0000	1.24
  +++ View.java	24 Aug 2010 11:46:38 -0000	1.25
  @@ -21,7 +21,7 @@
    * crashes or leaves the group.
    * The views are sent between members using the VIEW_CHANGE event
    * @author Bela Ban
  - * @version $Id: View.java,v 1.24 2009/12/17 16:37:19 belaban Exp $
  + * @version $Id: View.java,v 1.25 2010/08/24 11:46:38 belaban Exp $
    */
   public class View implements Externalizable, Cloneable, Streamable {
       /* A view is uniquely identified by its ViewID
  @@ -74,7 +74,7 @@
        * @param id      The lamport timestamp of this view
        * @param members Contains a list of all the members in the view, can be empty but not null.
        */
  -    public View(Address creator, long id, Vector<Address> members) {
  +    public View(Address creator, long id, Collection<Address> members) {
           this(new ViewId(creator, id), members);
       }
   
  
  
  

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.