Skip to content

Commit

Permalink
Spelling Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genericProgramming authored Nov 16, 2016
1 parent e385fc3 commit d724d4a
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 d724d4a

Please sign in to comment.