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

Comparing jsr166/src/main/java/util/concurrent/Semaphore.java (file contents):
Revision 1.9 by dl, Mon Aug 25 19:27:58 2003 UTC vs.
Revision 1.10 by dholmes, Tue Aug 26 00:09:18 2003 UTC

# Line 259 | Line 259 | public class Semaphore implements java.i
259       * interrupted status is cleared.
260       * <p>If the specified waiting time elapses then the value <tt>false</tt>
261       * is returned.
262 <     * The given waiting time is a best-effort lower bound. If the time is
262 >     * If the time is
263       * less than or equal to zero, the method will not wait at all.
264       *
265       * @param timeout the maximum time to wait for a permit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines