mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
most ComponentManagerImpl's (modules) have very few components
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ import java.util.Map;
|
||||
public abstract class ComponentManagerImpl extends UserDataHolderBase implements ComponentManagerEx, Disposable {
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.components.ComponentManager");
|
||||
|
||||
private final Map<Class, Object> myInitializedComponents = new ConcurrentHashMap<Class, Object>(4096);
|
||||
private final Map<Class, Object> myInitializedComponents = new ConcurrentHashMap<Class, Object>();
|
||||
|
||||
private boolean myComponentsCreated = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user