Skip to content

Commit 6dda8bc

Browse files
1002: Removed unnecessary constructor
1 parent 101413b commit 6dda8bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/com/magento/idea/magento2plugin/actions/groups/ContextActionsGroup.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616

1717
public class ContextActionsGroup extends NonEmptyActionGroup {
1818

19-
public ContextActionsGroup() {
20-
super();
21-
}
22-
2319
@Override
2420
public void update(final @NotNull AnActionEvent event) {
2521
if (getChildrenCount() > 0) {

0 commit comments

Comments
 (0)