mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8324053: Use the blessed modifier order for sealed in java.base
Reviewed-by: naoto, darcy, ihse, dfuchs
This commit is contained in:
parent
81df265e41
commit
9efdd242fb
7 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@ package java.lang;
|
|||
/**
|
||||
* Base class for virtual thread implementations.
|
||||
*/
|
||||
sealed abstract class BaseVirtualThread extends Thread
|
||||
abstract sealed class BaseVirtualThread extends Thread
|
||||
permits VirtualThread, ThreadBuilders.BoundVirtualThread {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue