[jgroups-git] [belaban/JGroups] 272076: - Made ViewId mandatory in View
Brought to you by:
belaban
From: <no...@gi...> - 2011-10-21 16:35:55
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 27207672c1af40b93bf46fab5885e8b013861acf https://github.com/belaban/JGroups/commit/27207672c1af40b93bf46fab5885e8b013861acf Author: Bela Ban <be...@ya...> Date: 2011-10-21 (Fri, 21 Oct 2011) Changed paths: M src/org/jgroups/Address.java M src/org/jgroups/Membership.java M src/org/jgroups/MergeView.java M src/org/jgroups/Message.java M src/org/jgroups/View.java M src/org/jgroups/ViewId.java M src/org/jgroups/protocols/pbcast/GMS.java M src/org/jgroups/protocols/pbcast/Merger.java M src/org/jgroups/stack/IpAddress.java M src/org/jgroups/util/UUID.java M tests/junit-functional/org/jgroups/tests/MembershipTest.java M tests/junit-functional/org/jgroups/tests/SizeTest.java M tests/junit-functional/org/jgroups/tests/ViewIdTest.java M tests/junit-functional/org/jgroups/tests/ViewTest.java M tests/junit/org/jgroups/tests/LargeMergeTest.java Log Message: ----------- - Made ViewId mandatory in View - Removed implementation of Cloneable.clone() (replaced with copy()) |