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.28 by jsr166, Wed Aug 12 02:24:35 2009 UTC vs.
Revision 1.29 by jsr166, Wed Aug 12 04:02:45 2009 UTC

# Line 713 | Line 713 | public class Phaser {
713       * only sensible to do so in designs where all parties register
714       * before any arrive, and all {@link #awaitAdvance} at each phase.
715       * Otherwise, you cannot ensure lack of interference from other
716 <     * parties during the the invocation of this method.
716 >     * parties during the invocation of this method.
717       *
718       * @param phase the phase number on entering the barrier
719       * @param registeredParties the current number of registered parties

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines