mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8276348: Use blessed modifier order in java.base
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
This commit is contained in:
parent
465d350d0b
commit
615063364a
21 changed files with 39 additions and 39 deletions
|
@ -331,7 +331,7 @@ public final class System {
|
|||
private static class CallersHolder {
|
||||
// Remember callers of setSecurityManager() here so that warning
|
||||
// is only printed once for each different caller
|
||||
final static Map<Class<?>, Boolean> callers
|
||||
static final Map<Class<?>, Boolean> callers
|
||||
= Collections.synchronizedMap(new WeakHashMap<>());
|
||||
}
|
||||
|
||||
|
@ -1595,7 +1595,7 @@ public final class System {
|
|||
*
|
||||
* @since 9
|
||||
*/
|
||||
public static abstract class LoggerFinder {
|
||||
public abstract static class LoggerFinder {
|
||||
/**
|
||||
* The {@code RuntimePermission("loggerFinder")} is
|
||||
* necessary to subclass and instantiate the {@code LoggerFinder} class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue