Skip to content

Commit b3e9df1

Browse files
docs: remove bad semicolon
1 parent c7d063a commit b3e9df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ client.async().sessions().actStreaming(params)
432432
.subscribe(chunk -> {
433433
System.out.println(chunk);
434434
})
435-
.onCompleteFuture();
435+
.onCompleteFuture()
436436
.whenComplete((unused, error) -> {
437437
if (error != null) {
438438
System.out.println("Something went wrong!");

0 commit comments

Comments
 (0)