mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -37,7 +37,7 @@ import java.util.List;
|
|||
* @since 1.4
|
||||
*/
|
||||
|
||||
public sealed abstract class ResolverConfiguration permits ResolverConfigurationImpl {
|
||||
public abstract sealed class ResolverConfiguration permits ResolverConfigurationImpl {
|
||||
|
||||
private static final Object lock = new Object();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue