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.63 by jsr166, Sun Oct 21 06:40:20 2012 UTC vs.
Revision 1.64 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 85 | Line 85 | import java.util.concurrent.locks.Abstra
85   * ownership).  This can be useful in some specialized contexts, such
86   * as deadlock recovery.
87   *
88 < * <p> The constructor for this class optionally accepts a
88 > * <p>The constructor for this class optionally accepts a
89   * <em>fairness</em> parameter. When set false, this class makes no
90   * guarantees about the order in which threads acquire permits. In
91   * particular, <em>barging</em> is permitted, that is, a thread

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines