Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elennick committed Oct 14, 2018
1 parent d16b770 commit 63414db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RetryConfig config = new RetryConfigBuilder()
.exponentialBackoff5Tries5Sec()
.build();

Status<Object> status = new CallExecutor(config).execute(callable);
Status<Object> status = new CallExecutorBuilder().config(config).build().execute(callable);
```

### Handling All Results with Listeners
Expand Down

0 comments on commit 63414db

Please sign in to comment.