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
|
@ -845,7 +845,7 @@ public abstract class Process {
|
|||
* A nested class to delay looking up the Charset for the native encoding.
|
||||
*/
|
||||
private static class CharsetHolder {
|
||||
private final static Charset nativeCharset;
|
||||
private static final Charset nativeCharset;
|
||||
static {
|
||||
Charset cs;
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue