Commit d884fc0
Graham Polley
Fix code snippet (wrong method name) in README.md
Original code snippet in _"Querying data"_ section:
`..while (!queryResponse.jobComplete()) {..`
This results in a compile error:
_"Cannot resolve method jobComplete()"_
The correct method is `jobCompleted()`1 parent 3da8747 commit d884fc0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments