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.6 by dl, Thu Jul 16 15:32:34 2009 UTC vs.
Revision 1.7 by jsr166, Mon Jul 20 21:45:06 2009 UTC

# Line 840 | Line 840 | public class ForkJoinPool extends Abstra
840  
841      /**
842       * Returns true if this pool uses local first-in-first-out
843 <     * scheduling mode for forked tasks that are never joined.
843 >     * scheduling mode for forked tasks that are never joined.
844       *
845       * @return true if this pool uses async mode.
846       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines