mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug) Reviewed-by: psandoz, chegar, alanb, plevart
This commit is contained in:
parent
b09c2b1601
commit
a2f0fe3c94
453 changed files with 1775 additions and 1775 deletions
|
@ -242,7 +242,7 @@ class UnixUriUtils {
|
|||
private static final long L_PATH = L_PCHAR | lowMask(";/");
|
||||
private static final long H_PATH = H_PCHAR | highMask(";/");
|
||||
|
||||
private final static char[] hexDigits = {
|
||||
private static final char[] hexDigits = {
|
||||
'0', '1', '2', '3', '4', '5', '6', '7',
|
||||
'8', '9', 'A', 'B', 'C', 'D', 'E', 'F'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue