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.23 by dl, Sat Jan 10 20:37:03 2004 UTC vs.
Revision 1.24 by dl, Mon Feb 9 00:23:55 2004 UTC

# Line 255 | Line 255 | public class CyclicBarrier {
255       * thread; or
256       * <li>Some other thread  {@link Thread#interrupt interrupts} one of the
257       * other waiting threads; or
258 <     * <li>Some other thread  times out while waiting for barrier; or
258 >     * <li>Some other thread times out while waiting for barrier; or
259       * <li>Some other thread invokes {@link #reset} on this barrier.
260       * </ul>
261       * <p>If the current thread:
# Line 317 | Line 317 | public class CyclicBarrier {
317       * thread; or
318       * <li>Some other thread  {@link Thread#interrupt interrupts} one of the
319       * other waiting threads; or
320 <     * <li>Some other thread  times out while waiting for barrier; or
320 >     * <li>Some other thread times out while waiting for barrier; or
321       * <li>Some other thread invokes {@link #reset} on this barrier.
322       * </ul>
323       * <p>If the current thread:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines