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.27 by dl, Sat Aug 8 19:36:52 2009 UTC vs.
Revision 1.28 by jsr166, Wed Aug 12 02:24:35 2009 UTC

# Line 535 | Line 535 | public class Phaser {
535  
536      /**
537       * Awaits the phase of the barrier to advance from the given phase
538 <     * value, or returns immediately if current phase of the barrier
538 >     * value, or returns immediately if the current phase of the barrier
539       * is not equal to the given phase value or this barrier is
540       * terminated.
541       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines