Skip to content

Commit

Permalink
clean up Fanout javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Dec 23, 2024
1 parent 21831c3 commit fe4de21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public static void uninterruptibly(Runnable task1, Runnable task2, Runnable... m
* .toList();
* }</pre>
*
* But it provides extra flexibility because with {@code Fanout} you can customize the executor
* Except it provides extra flexibility because with {@code Fanout} you can customize the executor
* by using {@link StructuredConcurrencyExecutorPlugin}.
*/
public static Parallelizer withMaxConcurrency(int maxConcurrency) {
Expand Down

0 comments on commit fe4de21

Please # to comment.