This commit is contained in:
prrace 2026-01-27 13:07:28 -08:00
parent 8dcdc6fa7e
commit aeef93235c

View File

@ -244,7 +244,9 @@ public class UIManager implements Serializable
* </pre>
*/
private static LAFState getLAFState() {
return LAF_STATE;
synchronized (classLock) {
return LAF_STATE;
}
}
static {