mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue