rollback to deprecated function call

This commit is contained in:
marhali 2022-09-03 17:18:53 +02:00
parent 38ab3f62d5
commit 6858590235

View File

@ -28,7 +28,7 @@ public class TranslatorToolWindowFactory implements ToolWindowFactory, DumbAware
@Override @Override
public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) { public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {
InstanceManager manager = InstanceManager.get(project); InstanceManager manager = InstanceManager.get(project);
ContentFactory contentFactory = ContentFactory.getInstance(); ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
// Translations tree view // Translations tree view
TreeView treeView = new TreeView(project); TreeView treeView = new TreeView(project);