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.4 by dl, Sat Sep 6 13:19:17 2008 UTC vs.
Revision 1.5 by dl, Sun Sep 7 11:24:26 2008 UTC

# Line 52 | Line 52 | import java.lang.reflect.*;
52   * <li> Barrier actions, performed by the task triggering a phase
53   * advance while others may be waiting, are arranged by overriding
54   * method <tt>onAdvance</tt>, that also controls termination.
55 < * Overriding this method may be used to similar but more flecible
55 > * Overriding this method may be used to similar but more flexible
56   * effect as providing a barrier action to a CyclicBarrier.
57   *
58   * <li> Phasers may enter a <em>termination</em> state in which all

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines