Skip to content

Commit

Permalink
switch back to deprecated ContentFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
marhali committed Aug 9, 2022
1 parent 52f1dc0 commit 5c95bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TranslatorToolWindowFactory implements ToolWindowFactory, DumbAware
@Override
public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {
InstanceManager manager = InstanceManager.get(project);
ContentFactory contentFactory = ContentFactory.getInstance();
ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();

// Translations tree view
TreeView treeView = new TreeView(project);
Expand Down

0 comments on commit 5c95bb0

Please sign in to comment.