Skip to content

Commit 09744a3

Browse files
committed
Refactored UctInspectionBundle to extend superclass with BUNDLE_NAME initialization
1 parent 1cf1653 commit 09744a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/magento/idea/magento2uct/bundles/UctInspectionBundle.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ public class UctInspectionBundle extends AbstractBundle {
1111

1212
private static final String BUNDLE_NAME = "uct.bundle.inspection";
1313

14-
@Override
15-
public String getBundleName() {
16-
return BUNDLE_NAME;
14+
public UctInspectionBundle() {
15+
super(BUNDLE_NAME);
1716
}
1817
}

0 commit comments

Comments
 (0)