File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/com/magento/idea/magento2plugin
actions/generation/dialog Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public void windowClosing(final WindowEvent windowEvent) {
9191 // call onCancel() on ESCAPE
9292 contentPane .registerKeyboardAction (
9393 new ActionListener () {
94- public void actionPerformed (ActionEvent actionEvent ) {
94+ public void actionPerformed (final ActionEvent actionEvent ) {
9595 onCancel ();
9696 }
9797 },
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class EmailTemplateHtml implements ModuleFileInterface {
1313 public static final String HTML_TYPE = "html" ;
1414 public static final String TEXT_TYPE = "text" ;
1515 public static final String HTML_FILE_EXTENSION = "html" ;
16- private static EmailTemplateHtml instance = null ;
16+ private static EmailTemplateHtml instance ;
1717 private String fileName ;
1818
1919 /**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class EmailTemplatesXml implements ModuleFileInterface {
1919 public static final String TEMPLATE_TAG = "template" ;
2020 public static final String TEMPLATE_ID_ATTRIBUTE = "id" ;
2121
22- private static EmailTemplatesXml instance = null ;
22+ private static EmailTemplatesXml instance ;
2323
2424 /**
2525 * Returns a new instance of the class.
You can’t perform that action at this time.
0 commit comments