Don't pass message bus to avoid unnecessary registering
#KT-6640 Fixed
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ public class KotlinJavaPsiFacade {
|
||||
private final GlobalSearchScope searchScope;
|
||||
|
||||
public KotlinJavaPsiFacadeWrapper(Project project, GlobalSearchScope searchScope) {
|
||||
super(project, PsiManager.getInstance(project), findJavaFileManager(project), project.getMessageBus());
|
||||
super(project, PsiManager.getInstance(project), findJavaFileManager(project), null);
|
||||
this.searchScope = searchScope;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user