Skip to content

Commit

Permalink
pp
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Mar 25, 2011
1 parent 4e4a3b3 commit 9e71604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/jgroups/protocols/pbcast/GMS.java
Expand Up @@ -504,8 +504,8 @@ public void castViewChangeWithDest(View new_view, Digest digest, JoinRsp jr, Col
+ ack_collector.printMissing());
}
}
}
}
}
}

public void sendJoinResponse(JoinRsp rsp, Address dest) {
Message m=new Message(dest, null, null);
Expand Down

0 comments on commit 9e71604

Please sign in to comment.