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.17 by dl, Sun Aug 24 23:32:25 2003 UTC vs.
Revision 1.18 by dholmes, Mon Aug 25 01:58:50 2003 UTC

# Line 561 | Line 561 | public class ThreadPoolExecutor implemen
561      /**
562       * Creates a new <tt>ThreadPoolExecutor</tt> with the given
563       * initial parameters.  It may be more convenient to use one of
564 <     * the {@link @Executors} factory methods instead of this general
564 >     * the {@link Executors} factory methods instead of this general
565       * purpose constructor.
566       *
567       * @param corePoolSize the number of threads to keep in the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines