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

Comparing jsr166/src/main/java/util/concurrent/CountDownLatch.java (file contents):
Revision 1.9 by dholmes, Mon Aug 25 22:28:11 2003 UTC vs.
Revision 1.10 by dholmes, Tue Aug 26 00:09:18 2003 UTC

# Line 209 | Line 209 | public class CountDownLatch {
209       *
210       * <p>If the specified waiting time elapses then the value <tt>false</tt>
211       * is returned.
212 <     * The given waiting time is a best-effort lower bound. If the time is
212 >     * If the time is
213       * less than or equal to zero, the method will not wait at all.
214       *
215       * @param timeout the maximum time to wait

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines