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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.136 by jsr166, Wed Feb 12 00:39:46 2020 UTC vs.
Revision 1.137 by jsr166, Thu Jun 4 13:37:22 2020 UTC

# Line 1486 | Line 1486 | public abstract class ForkJoinTask<V> im
1486       * @param <T> the type of the callable's result
1487       * @return the task
1488       *
1489 <     * @since 1.15
1489 >     * @since 15
1490       */
1491      public static <T> ForkJoinTask<T> adaptInterruptible(Callable<? extends T> callable) {
1492          return new AdaptedInterruptibleCallable<T>(callable);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines