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.48 by dl, Thu Sep 8 00:04:00 2005 UTC vs.
Revision 1.49 by jsr166, Thu Sep 8 21:58:22 2005 UTC

# Line 123 | Line 123 | import java.util.concurrent.atomic.*;
123   * href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
124   * actions following a successful "acquire" method such as
125   * <tt>acquire()</tt> in another thread.
126 < *
126 > *
127   * @since 1.5
128   * @author Doug Lea
129   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines