mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -52,9 +52,9 @@ class StringCoding {
|
|||
private StringCoding() { }
|
||||
|
||||
/** The cached coders for each thread */
|
||||
private final static ThreadLocal<SoftReference<StringDecoder>> decoder =
|
||||
private static final ThreadLocal<SoftReference<StringDecoder>> decoder =
|
||||
new ThreadLocal<>();
|
||||
private final static ThreadLocal<SoftReference<StringEncoder>> encoder =
|
||||
private static final ThreadLocal<SoftReference<StringEncoder>> encoder =
|
||||
new ThreadLocal<>();
|
||||
|
||||
private static boolean warnUnsupportedCharset = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue