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.8 by tim, Fri Aug 8 20:05:07 2003 UTC vs.
Revision 1.9 by dl, Mon Aug 25 19:27:58 2003 UTC

# Line 99 | Line 99 | import java.util.concurrent.locks.*;
99   *
100   */
101   public class Semaphore implements java.io.Serializable {
102 <    // todo SerialID
103 <    // uses default serialization, which happens be fine here.
102 >    private static final long serialVersionUID = 3217036696412297181L;
103 >
104  
105      // Fields are package-private to allow the FairSemaphore variant
106      // to access.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines