We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23d62f commit 963141bCopy full SHA for 963141b
README.md
@@ -230,7 +230,7 @@ In order to use the retry mechanism call the APIs with an additional parameter `
230
231
```java
232
int retries = 4;
233
- streamResult = apiInstance.tweets()apiInstance.tweets().sampleStream()
+ streamResult = apiInstance.tweets().sampleStream()
234
.tweetFields(tweetFields)
235
.execute(retries);
236
0 commit comments