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.70 by jsr166, Fri Jan 16 13:32:17 2015 UTC vs.
Revision 1.71 by jsr166, Fri Jan 16 17:45:52 2015 UTC

# Line 419 | Line 419 | public class Semaphore implements java.i
419       * one of two things happens:
420       * <ul>
421       * <li>Some other thread invokes one of the {@link #release() release}
422 <     * methods for this semaphore, and the current thread is next to be assigned
422 >     * methods for this semaphore, the current thread is next to be assigned
423       * permits and the number of available permits satisfies this request; or
424       * <li>Some other thread {@linkplain Thread#interrupt interrupts}
425       * the current thread.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines