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

Comparing jsr166/src/jsr166y/Phaser.java (file contents):
Revision 1.66 by jsr166, Wed Dec 1 19:12:53 2010 UTC vs.
Revision 1.67 by jsr166, Fri Dec 3 21:29:34 2010 UTC

# Line 549 | Line 549 | public class Phaser {
549       * Adds the given number of new unarrived parties to this phaser.
550       * If an ongoing invocation of {@link #onAdvance} is in progress,
551       * this method may await its completion before returning.  If this
552 <     * phaser has a parent, and the given number of parities is
552 >     * phaser has a parent, and the given number of parties is
553       * greater than zero, and this phaser previously had no registered
554       * parties, this phaser is also registered with its parent.
555       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines