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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.22 by jsr166, Wed Jun 19 16:36:45 2013 UTC vs.
Revision 1.23 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 531 | Line 531 | public class ForkJoinPool extends Abstra
531           * Returns a new worker thread operating in the given pool.
532           *
533           * @param pool the pool this thread works in
534         * @throws NullPointerException if the pool is null
534           * @return the new worker thread
535 +         * @throws NullPointerException if the pool is null
536           */
537          public ForkJoinWorkerThread newThread(ForkJoinPool pool);
538      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines