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.14 by dl, Sun Aug 31 13:33:13 2003 UTC vs.
Revision 1.15 by dl, Sat Sep 13 18:51:11 2003 UTC

# Line 206 | Line 206 | public class CyclicBarrier {
206       * @param parties the number of threads that must invoke {@link #await}
207       * before the barrier is tripped.
208       * @param barrierAction the command to execute when the barrier is
209 <     * tripped.
209 >     * tripped, or <tt>null</tt> if there is no action.
210       *
211       * @throws IllegalArgumentException if <tt>parties</tt> is less than 1.
212       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines