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.52 by dl, Sat Nov 13 01:27:13 2010 UTC vs.
Revision 1.53 by jsr166, Sat Nov 13 05:59:25 2010 UTC

# Line 836 | Line 836 | public class Phaser {
836       * Possibly blocks and waits for phase to advance unless aborted.
837       *
838       * @param phase current phase
839 <     * @param node if nonnull, the wait node to track interrupt and timeout;
839 >     * @param node if non-null, the wait node to track interrupt and timeout;
840       * if null, denotes noninterruptible wait
841       * @return current phase
842       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines