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.19 by dl, Wed Aug 11 18:45:45 2010 UTC vs.
Revision 1.20 by dl, Wed Aug 11 20:28:31 2010 UTC

# Line 108 | Line 108 | import java.util.concurrent.CountDownLat
108   *
109   * <p>This implementation rejects submitted tasks (that is, by throwing
110   * {@link RejectedExecutionException}) only when the pool is shut down
111 < * or internal resources have been exhuasted.
111 > * or internal resources have been exhausted.
112   *
113   * @since 1.7
114   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines