ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.35 by jsr166, Sat Aug 1 21:17:11 2009 UTC vs.
Revision 1.36 by jsr166, Sat Aug 1 22:09:13 2009 UTC

# Line 787 | Line 787 | public class ForkJoinPool extends Abstra
787       * Setting this value has no effect on current pool size. It
788       * controls construction of new threads.
789       *
790 <     * @throws IllegalArgumentException if negative or greater then
790 >     * @throws IllegalArgumentException if negative or greater than
791       * internal implementation limit
792       */
793      public void setMaximumPoolSize(int newMax) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines