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.25 by jsr166, Mon May 2 18:38:53 2005 UTC vs.
Revision 1.26 by jsr166, Wed May 18 03:47:17 2005 UTC

# Line 233 | Line 233 | public class CountDownLatch {
233       *
234       * @param timeout the maximum time to wait
235       * @param unit the time unit of the <tt>timeout</tt> argument.
236 <     * @return <tt>true</tt> if the count reached zero  and <tt>false</tt>
236 >     * @return <tt>true</tt> if the count reached zero and <tt>false</tt>
237       * if the waiting time elapsed before the count reached zero.
238       *
239       * @throws InterruptedException if the current thread is interrupted

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines