Skip to content

Commit

Permalink
[doc] reactiveProgramming.adoc code sample polish (#3592)
Browse files Browse the repository at this point in the history
Reworded task to statistic in CompletableFuture sample.
  • Loading branch information
Navaneethsen authored Nov 29, 2023
1 parent 12770c7 commit 7bf08b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/reactiveProgramming.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ assertThat(results).contains(
<2> We want to start some deeper asynchronous processing once we get the list.
<3> For each element in the list:
<4> Asynchronously get the associated name.
<5> Asynchronously get the associated task.
<5> Asynchronously get the associated statistic.
<6> Combine both results.
<7> We now have a list of futures that represent all the combination tasks. To
execute these tasks, we need to convert the list to an array.
Expand Down

0 comments on commit 7bf08b1

Please sign in to comment.