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.153 by jsr166, Mon Feb 11 06:41:08 2013 UTC vs.
Revision 1.154 by jsr166, Mon Feb 11 06:57:51 2013 UTC

# Line 519 | Line 519 | public class ForkJoinPool extends Abstra
519           *
520           * @param pool the pool this thread works in
521           * @throws NullPointerException if the pool is null
522 +         * @return the new worker thread
523           */
524          public ForkJoinWorkerThread newThread(ForkJoinPool pool);
525      }
# Line 3205 | Line 3206 | public class ForkJoinPool extends Abstra
3206  
3207          /**
3208           * Returns {@code true} if blocking is unnecessary.
3209 +         * @return {@code true} if blocking is unnecessary
3210           */
3211          boolean isReleasable();
3212      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines