ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Phaser.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Phaser.java (file contents):
Revision 1.48 by jsr166, Fri Dec 3 23:08:08 2010 UTC vs.
Revision 1.49 by jsr166, Fri Dec 3 23:18:12 2010 UTC

# Line 620 | Line 620 | public class Phaser {
620       * IllegalStateException} only upon some subsequent operation on
621       * this phaser, if ever.
622       *
623 <     * @return the arrival phase number, or a negative number if terminated
623 >     * @return the arrival phase number, or the (negative)
624 >     * {@linkplain #getPhase() current phase} if terminated
625       * @throws IllegalStateException if not terminated and the number
626       * of unarrived parties would become negative
627       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines