IJPL-797 intellij.platform.editor review internal API

GitOrigin-RevId: 514591f43e57749b752d8399d08b2cfd79fb34ea
This commit is contained in:
Alexandr Trushev
2024-06-17 14:41:22 +02:00
committed by intellij-monorepo-bot
parent 5b28275172
commit 1e4e505e16
77 changed files with 219 additions and 143 deletions

View File

@@ -27,7 +27,7 @@ public class JavaClsStructureViewBuilderProvider implements StructureViewBuilder
}
if (psiFile != null) {
PsiStructureViewFactory factory = LanguageStructureViewBuilder.INSTANCE.forLanguage(psiFile.getLanguage());
PsiStructureViewFactory factory = LanguageStructureViewBuilder.getInstance().forLanguage(psiFile.getLanguage());
if (factory != null) {
return factory.getStructureViewBuilder(psiFile);
}