Skip to content

Commit 1e954f1

Browse files
committed
clean up Fanout javadoc
1 parent 98ab692 commit 1e954f1

File tree

1 file changed

+1
-1
lines changed
  • mug/src/main/java/com/google/mu/util/concurrent

1 file changed

+1
-1
lines changed

mug/src/main/java/com/google/mu/util/concurrent/Fanout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* <pre>{@code
3333
* import static com.google.mu.util.concurrent.Fanout.concurrently;
3434
*
35-
* return concurrently(() -> fetchArm(...), () -> fetchLeg(), (arm, leg) -> ...);
35+
* return concurrently(() -> fetchArm(...), () -> fetchLeg(...), (arm, leg) -> ...);
3636
* }</pre>
3737
*
3838
* <p>Memory consistency effects: Actions before starting the concurrent operations (including

0 commit comments

Comments
 (0)