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.191 by jsr166, Thu Jul 18 17:13:42 2013 UTC vs.
Revision 1.192 by jsr166, Fri Jul 19 19:34:43 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines