Skip to content

Commit

Permalink
Request.setListener() now returns NotifyingFuture instead of Request
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Mar 16, 2016
1 parent 47530ce commit 5b60fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/blocks/Request.java
Expand Up @@ -50,7 +50,7 @@ public Request setResponseFilter(RspFilter filter) {
}


public Request setListener(FutureListener listener) {
public NotifyingFuture setListener(FutureListener listener) {
this.listener=listener;
if(done)
listener.futureDone(this);
Expand Down

0 comments on commit 5b60fdd

Please sign in to comment.