Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxor committed Dec 12, 2014
1 parent 63a64eb commit 5d7e592
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 @@ -112,7 +112,7 @@ Note that a `CDACallback` instance can be cancelled, so keep a reference to it i
```java
CDACallback<CDAArray> cb;

client.fetchEntries(cb = new CDACallback<CDAArray>() {
client.entries().fetchAll(cb = new CDACallback<CDAArray>() {
...
});

Expand Down

0 comments on commit 5d7e592

Please sign in to comment.