switch back to deprecated ContentFactory

This commit is contained in:
marhali 2022-08-09 15:20:20 +02:00
parent 52f1dc0062
commit 5c95bb01b7

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);