Skip to content

Commit 2b4a69a

Browse files
authored
minor rewording
1 parent f534a1a commit 2b4a69a

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/java

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ You can also flush on demand. For example, at the end of your program, you'll wa
372372
analytics.flush()
373373
```
374374

375-
Calling this method will notify the client to upload any events in the queue. If you would like a blocking flush, an [example is available](https://github.com/segmentio/analytics-java/blob/master/analytics-sample/src/main/java/sample/BlockingFlush.java).
375+
Calling this method notifies the client to upload any events in the queue. If you need a blocking flush implementation, see the [`BlockingFlush` example on GitHub](https://github.com/segmentio/analytics-java/blob/master/analytics-sample/src/main/java/sample/BlockingFlush.java){:target="_blank"}.
376376

377377
## How do I gzip requests?
378378

0 commit comments

Comments
 (0)