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.16 by dl, Fri Sep 26 11:37:10 2003 UTC vs.
Revision 1.17 by dl, Sun Oct 5 23:00:18 2003 UTC

# Line 201 | Line 201 | public class CyclicBarrier {
201      /**
202       * Create a new <tt>CyclicBarrier</tt> that will trip when the
203       * given number of parties (threads) are waiting upon it, and which
204 <     * will execute the given barrier action when the barrier is tripped.
204 >     * will execute the given barrier action when the barrier is tripped,
205 >     * performed by the last thread enetering the barrier.
206       *
207       * @param parties the number of threads that must invoke {@link #await}
208       * before the barrier is tripped.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines