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 b123712 commit b5250b8Copy full SHA for b5250b8
src/main/java/com/headwire/aem/tooling/intellij/explorer/SlingMavenModuleBuilder.java
@@ -159,11 +159,6 @@ public String getDescription() {
159
"You can create either a blank Maven module or a module based on a <b>Maven archetype</b>.";
160
}
161
162
- @Override
163
- public Icon getBigIcon() {
164
- return AllIcons.Modules.Types.JavaModule;
165
- }
166
-
167
@Override
168
public Icon getNodeIcon() {
169
return IconLoader.getIcon("/images/sling.gif");
0 commit comments