8324053: Use the blessed modifier order for sealed in java.base

Reviewed-by: naoto, darcy, ihse, dfuchs
This commit is contained in:
Pavel Rappo 2024-01-18 22:28:23 +00:00
parent 81df265e41
commit 9efdd242fb
7 changed files with 8 additions and 8 deletions

View file

@ -1153,7 +1153,7 @@ public class FileChannelImpl
// -- Memory-mapped buffers --
private sealed abstract static class Unmapper
private abstract static sealed class Unmapper
implements Runnable, UnmapperProxy
{
private final long address;