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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.97 by jsr166, Mon Aug 13 18:25:53 2012 UTC vs.
Revision 1.98 by jsr166, Sun Oct 21 04:14:31 2012 UTC

# Line 1520 | Line 1520 | public class ForkJoinPool extends Abstra
1520       * awaiting signal,
1521       *
1522       * @param w the worker (via its WorkQueue)
1523 <     * @return a task or null of none found
1523 >     * @return a task or null if none found
1524       */
1525      private final ForkJoinTask<?> scan(WorkQueue w) {
1526          WorkQueue[] ws;                       // first update random seed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines