--- jsr166/src/jsr166y/Phaser.java 2015/09/13 16:28:14 1.80 +++ jsr166/src/jsr166y/Phaser.java 2016/07/15 18:49:12 1.81 @@ -193,7 +193,6 @@ import java.util.concurrent.locks.LockSu * phaser.arriveAndDeregister(); * }} * - * *

To create a set of {@code n} tasks using a tree of phasers, you * could use code of the following form, assuming a Task class with a * constructor accepting a {@code Phaser} that it registers with upon