We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d184339 commit 089ad28Copy full SHA for 089ad28
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/property/J2SClasspathLabelProvider.java
@@ -43,8 +43,6 @@ public Image getImage(Object element) {
43
} else if (element instanceof CompositeResources) {
44
return JavaUI.getSharedImages().getImage(ISharedImages.IMG_OBJS_EXTERNAL_ARCHIVE);
45
} else if (element instanceof J2SCategory) {
46
- J2SCategory ctg = (J2SCategory) element;
47
- //if (ctg)
48
return JavaUI.getSharedImages().getImage(ISharedImages.IMG_OBJS_EMPTY_LOGICAL_PACKAGE);
49
}
50
return null;
0 commit comments