ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.31 by dl, Sun Oct 5 23:54:57 2003 UTC vs.
Revision 1.32 by dl, Sat Oct 11 15:37:31 2003 UTC

# Line 235 | Line 235 | public class ThreadPoolExecutor implemen
235      /**
236       * Wait condition to support awaitTermination
237       */
238 <    private final Condition termination = mainLock.newCondition();
238 >    private final ReentrantLock.ConditionObject termination = mainLock.newCondition();
239  
240      /**
241       * Set containing all worker threads in pool.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines