Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 13, 2024
1 parent 4ef587f commit cd9b0e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/jgroups/protocols/pbcast/CoordGmsImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public void handleMembershipChange(Collection<Request> requests) {
for(Request req: requests) {
switch(req.type) {
case Request.JOIN:
new_mbrs.add(req.mbr);
break;
case Request.JOIN_WITH_STATE_TRANSFER:
new_mbrs.add(req.mbr);
break;
Expand Down

0 comments on commit cd9b0e3

Please sign in to comment.