Skip to content

Commit b5250b8

Browse files
author
Andreas Schaefer
committed
Removed a method that is not part of the super class
1 parent b123712 commit b5250b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/headwire/aem/tooling/intellij/explorer/SlingMavenModuleBuilder.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ public String getDescription() {
159159
"You can create either a blank Maven module or a module based on a <b>Maven archetype</b>.";
160160
}
161161

162-
@Override
163-
public Icon getBigIcon() {
164-
return AllIcons.Modules.Types.JavaModule;
165-
}
166-
167162
@Override
168163
public Icon getNodeIcon() {
169164
return IconLoader.getIcon("/images/sling.gif");

0 commit comments

Comments
 (0)