ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CyclicBarrier.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CyclicBarrier.java (file contents):
Revision 1.48 by jsr166, Tue Feb 5 20:16:23 2013 UTC vs.
Revision 1.49 by jsr166, Sat Mar 9 01:51:15 2013 UTC

# Line 318 | Line 318 | public class CyclicBarrier {
318       * the broken state.
319       *
320       * @return the arrival index of the current thread, where index
321 <     *         <tt>{@link #getParties()} - 1</tt> indicates the first
321 >     *         {@code getParties() - 1} indicates the first
322       *         to arrive and zero indicates the last to arrive
323       * @throws InterruptedException if the current thread was interrupted
324       *         while waiting
# Line 387 | Line 387 | public class CyclicBarrier {
387       * @param timeout the time to wait for the barrier
388       * @param unit the time unit of the timeout parameter
389       * @return the arrival index of the current thread, where index
390 <     *         <tt>{@link #getParties()} - 1</tt> indicates the first
390 >     *         {@code getParties() - 1} indicates the first
391       *         to arrive and zero indicates the last to arrive
392       * @throws InterruptedException if the current thread was interrupted
393       *         while waiting

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines