mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
This commit is contained in:
parent
1572f3ccdd
commit
b49c589340
28 changed files with 139 additions and 139 deletions
|
@ -290,7 +290,7 @@ public final class StackWalker {
|
|||
|
||||
static final EnumSet<Option> DEFAULT_EMPTY_OPTION = EnumSet.noneOf(Option.class);
|
||||
|
||||
private final static StackWalker DEFAULT_WALKER =
|
||||
private static final StackWalker DEFAULT_WALKER =
|
||||
new StackWalker(DEFAULT_EMPTY_OPTION);
|
||||
|
||||
private final Set<Option> options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue