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.62 by jsr166, Sun Oct 21 06:14:12 2012 UTC vs.
Revision 1.63 by jsr166, Sun Oct 21 06:40:20 2012 UTC

# Line 124 | Line 124 | import java.util.concurrent.locks.Abstra
124   * @since 1.5
125   * @author Doug Lea
126   */
127
127   public class Semaphore implements java.io.Serializable {
128      private static final long serialVersionUID = -3222578661600680210L;
129      /** All mechanics via AbstractQueuedSynchronizer subclass */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines