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

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.94 by jsr166, Sun Sep 20 17:03:22 2015 UTC vs.
Revision 1.95 by jsr166, Tue Oct 13 20:20:05 2015 UTC

# Line 87 | Line 87 | public class Executors {
87      }
88  
89      /**
90 <     * Creates a work-stealing thread pool using all
91 <     * {@link Runtime#availableProcessors available processors}
90 >     * Creates a work-stealing thread pool using the number of
91 >     * {@linkplain Runtime#availableProcessors available processors}
92       * as its target parallelism level.
93 +     *
94       * @return the newly created thread pool
95       * @see #newWorkStealingPool(int)
96       * @since 1.8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines