Skip to content

Commit

Permalink
Port away from deprecated CustomComponentAction#createCustomComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
uwolfer committed Jun 13, 2021
1 parent 9628730 commit 927bde2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void actionPerformed(@NotNull AnActionEvent e) {
}

@Override
public JComponent createCustomComponent(Presentation presentation) {
public @NotNull JComponent createCustomComponent(@NotNull Presentation presentation, @NotNull String place) {
return myPanel;
}

Expand Down

0 comments on commit 927bde2

Please sign in to comment.