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

Comparing jsr166/src/jdk7/java/util/concurrent/Executors.java (file contents):
Revision 1.3 by jsr166, Tue Feb 5 19:54:07 2013 UTC vs.
Revision 1.4 by jsr166, Wed Feb 13 06:39:33 2013 UTC

# Line 86 | Line 86 | public class Executors {
86  
87      /**
88       * Creates a work-stealing thread pool using all
89 <     * (@link Runtime#availableProcessors available processors}
89 >     * {@link Runtime#availableProcessors available processors}
90       * as its target parallelism level.
91       * @return the newly created thread pool
92       * @since 1.8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines