--- jsr166/src/jsr166y/Phaser.java 2009/07/21 18:11:44 1.15 +++ jsr166/src/jsr166y/Phaser.java 2009/07/22 01:36:51 1.16 @@ -175,6 +175,9 @@ import java.lang.reflect.*; * parties result in IllegalStateExceptions. However, you can and * should create tiered phasers to accommodate arbitrarily large sets * of participants. + * + * @since 1.7 + * @author Doug Lea */ public class Phaser { /*