remove deprecated function call
This commit is contained in:
parent
e4aed4b96b
commit
03589a3138
@ -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.SERVICE.getInstance();
|
ContentFactory contentFactory = ContentFactory.getInstance();
|
||||||
|
|
||||||
// Translations tree view
|
// Translations tree view
|
||||||
TreeView treeView = new TreeView(project);
|
TreeView treeView = new TreeView(project);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user