mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8294618: Update openjdk.java.net => openjdk.org
Reviewed-by: mikael, iris, joehw, prr, ihse
This commit is contained in:
parent
f531dae4a0
commit
536c9a512e
45 changed files with 128 additions and 128 deletions
|
@ -1570,7 +1570,7 @@ public abstract class ForkJoinTask<V> implements Future<V>, Serializable {
|
|||
* @since 19
|
||||
*/
|
||||
public static <T> ForkJoinTask<T> adaptInterruptible(Callable<? extends T> callable) {
|
||||
// https://bugs.openjdk.java.net/browse/JDK-8246587
|
||||
// https://bugs.openjdk.org/browse/JDK-8246587
|
||||
return new AdaptedInterruptibleCallable<T>(callable);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue