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.85 by jsr166, Mon Feb 11 08:43:48 2013 UTC vs.
Revision 1.86 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