mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[maven][IDEA-384417] do not init maven under read lock
GitOrigin-RevId: ca2ab27eebef4a75c60e0aeb5b90375029680c96
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c5db361c6e
commit
816377f094
@@ -281,6 +281,7 @@ public abstract class MavenProjectsManager extends MavenSimpleProjectComponent
|
||||
}
|
||||
}
|
||||
|
||||
@RequiresReadLockAbsence
|
||||
private void initProjectsTree() {
|
||||
if (projectsTreeInitialized.get()) return;
|
||||
initLock.lock();
|
||||
|
||||
Reference in New Issue
Block a user