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.30 by dl, Wed Aug 19 15:23:18 2009 UTC vs.
Revision 1.31 by dl, Wed Aug 19 15:50:04 2009 UTC

# Line 587 | Line 587 | public class Phaser {
587       * the given phase value or this barrier is terminated.
588       *
589       * @param phase the phase on entry to this method
590 +     * @param timeout how long to wait before giving up, in units of
591 +     *        {@code unit}
592 +     * @param unit a {@code TimeUnit} determining how to interpret the
593 +     *        {@code timeout} parameter
594       * @return the phase on exit from this method
595       * @throws InterruptedException if thread interrupted while waiting
596       * @throws TimeoutException if timed out while waiting

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines