mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
preload NlsMessages classes
EA-1068204 - NA: UrlClassLoader.consumeClassData GitOrigin-RevId: d8ebafaa07f8a22bddfcaeac6e6ed825e50e43e0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fe276478b5
commit
b12982bb22
@@ -45,6 +45,12 @@ public final class PotemkinOverlayProgress extends AbstractProgressIndicatorBase
|
||||
private long myLastInteraction;
|
||||
private boolean myShowing;
|
||||
|
||||
static {
|
||||
// preload classes
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
NlsMessages.formatDurationApproximateNarrow(0);
|
||||
}
|
||||
|
||||
@Obsolete
|
||||
public PotemkinOverlayProgress(@Nullable Component component) {
|
||||
EDT.assertIsEdt();
|
||||
|
||||
Reference in New Issue
Block a user