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.132 by jsr166, Fri Oct 12 16:46:37 2012 UTC vs.
Revision 1.133 by jsr166, Sun Oct 21 04:14:31 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines