Skip to content

Commit

Permalink
Merge pull request #687 from genericProgramming/patch-1
Browse files Browse the repository at this point in the history
Documentation Typo Fix
  • Loading branch information
alexmoore authored Nov 16, 2016
2 parents e385fc3 + d724d4a commit d9a254d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/basho/riak/client/core/RiakFuture.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public interface RiakFuture<V, T> extends Future<V>
T getQueryInfo();
/**
* Add a listener to this RiakFuture.
* @param listener a FiakFutureListener that will be notified when this RiakFuture completes.
* @param listener a RiakFutureListener that will be notified when this RiakFuture completes.
*/
void addListener(RiakFutureListener<V,T> listener);
/**
Expand Down

0 comments on commit d9a254d

Please sign in to comment.