mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8376423
This commit is contained in:
parent
8dcdc6fa7e
commit
aeef93235c
@ -244,7 +244,9 @@ public class UIManager implements Serializable
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
private static LAFState getLAFState() {
|
private static LAFState getLAFState() {
|
||||||
return LAF_STATE;
|
synchronized (classLock) {
|
||||||
|
return LAF_STATE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user