mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IJPL-797 intellij.platform.editor review internal API
GitOrigin-RevId: 514591f43e57749b752d8399d08b2cfd79fb34ea
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5b28275172
commit
1e4e505e16
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user