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.13 by dl, Sat Sep 27 12:22:40 2003 UTC vs.
Revision 1.14 by dl, Sat Oct 11 15:37:31 2003 UTC

# Line 103 | Line 103 | public class Semaphore implements java.i
103      // to access.
104  
105      final ReentrantLock lock;
106 <    final Condition available;
106 >    final ReentrantLock.ConditionObject available;
107      long count;
108  
109      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines