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.83 by dl, Mon Jun 12 23:52:07 2006 UTC vs.
Revision 1.84 by jsr166, Tue Jun 13 00:26:59 2006 UTC

# Line 1297 | Line 1297 | public class ThreadPoolExecutor extends
1297       * terminated when they next become idle.
1298       *
1299       * @param maximumPoolSize the new maximum
1300 <     * @throws IllegalArgumentException if maximumPoolSize less than zero or
1301 <     * the {@link #getCorePoolSize core pool size}
1300 >     * @throws IllegalArgumentException if the new maximum is
1301 >     *         less than or equal to zero, or
1302 >     *         less than the {@linkplain #getCorePoolSize core pool size}
1303       * @see #getMaximumPoolSize
1304       */
1305      public void setMaximumPoolSize(int maximumPoolSize) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines