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.15 by dl, Sat Sep 13 18:51:11 2003 UTC vs.
Revision 1.16 by dl, Fri Sep 26 11:37:10 2003 UTC

# Line 265 | Line 265 | public class CyclicBarrier {
265       *
266       * <p>If the barrier is {@link #reset} while any thread is waiting, or if
267       * the barrier {@link #isBroken is broken} when <tt>await</tt> is invoked,
268 <     * or whilst any thread is waiting,
268 >     * or while any thread is waiting,
269       * then {@link BrokenBarrierException} is thrown.
270       *
271       * <p>If any thread is {@link Thread#interrupt interrupted} while waiting,
# Line 327 | Line 327 | public class CyclicBarrier {
327       *
328       * <p>If the barrier is {@link #reset} while any thread is waiting, or if
329       * the barrier {@link #isBroken is broken} when <tt>await</tt> is invoked,
330 <     * or whilst any thread is waiting,
330 >     * or while any thread is waiting,
331       * then {@link BrokenBarrierException} is thrown.
332       *
333       * <p>If any thread is {@link Thread#interrupt interrupted} while waiting,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines