mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[github] Remove createActions() duplicating its parent in DialogWrapper
This commit is contained in:
@@ -62,11 +62,6 @@ public class GithubCreateGistDialog extends DialogWrapper {
|
||||
init();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
protected Action[] createActions() {
|
||||
return new Action[] {getOKAction(), getCancelAction(), getHelpAction()};
|
||||
}
|
||||
|
||||
@Override
|
||||
protected JComponent createCenterPanel() {
|
||||
return myGithubCreateGistPanel.getPanel();
|
||||
|
||||
Reference in New Issue
Block a user