Skip to content

Commit

Permalink
Changes the static method
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Feb 12, 2024
1 parent 417da76 commit fb01600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void update(@NotNull AnActionEvent e) {
handleLibertyTreeEvent(e, project, true);
}

private static void handleLibertyTreeEvent(@NotNull AnActionEvent e, Project project, boolean isUpdate) {
private void handleLibertyTreeEvent(@NotNull AnActionEvent e, Project project, boolean isUpdate) {
ToolWindow libertyDevToolWindow = ToolWindowManager.getInstance(project).getToolWindow(Constants.LIBERTY_DEV_DASHBOARD_ID);
if (libertyDevToolWindow != null) {
Content content = libertyDevToolWindow.getContentManager().findContent(LocalizedResourceUtil.getMessage("liberty.tool.window.display.name"));
Expand Down

0 comments on commit fb01600

Please sign in to comment.