We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1577bd2 commit 80ecb5dCopy full SHA for 80ecb5d
src/com/magento/idea/magento2plugin/MagentoIcons.java
@@ -8,6 +8,7 @@
8
import com.intellij.openapi.util.IconLoader;
9
import javax.swing.Icon;
10
11
+@SuppressWarnings({"PMD.ClassNamingConventions"})
12
public class MagentoIcons {
13
public static final Icon WEB_API = IconLoader.getIcon("/icons/webapi.png", MagentoIcons.class);
14
public static final Icon MODULE = IconLoader.getIcon("/icons/module.png", MagentoIcons.class);
0 commit comments