Skip to content

Commit f4dbd57

Browse files
1175: Minor code style fixes
1 parent c0efff9 commit f4dbd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/magento/idea/magento2plugin/actions/context/xml/NewEventsXmlAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class NewEventsXmlAction extends AbstractContextAction {
2222

23-
public static final String ACTION_NAME = "Magento 2 Events Observer File";
23+
public static final String ACTION_NAME = "Magento 2 Events File";
2424
public static final String ACTION_DESCRIPTION = "Create a new Magento 2 events.xml file";
2525

2626
/**
@@ -67,4 +67,4 @@ protected AttributesDefaults getProperties(
6767
) {
6868
return defaults;
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)