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.42 by jsr166, Fri Dec 3 01:49:18 2010 UTC vs.
Revision 1.43 by jsr166, Fri Dec 3 21:29:34 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines