Skip to content

Commit

Permalink
Update AAR and JMOD files support
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed May 31, 2019
1 parent b4b8ec8 commit 25b7e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class PackageTreeNodeFactoryProvider extends DirectoryTreeNodeFactoryProvider {
protected static final ImageIcon ICON = new ImageIcon(PackageTreeNodeFactoryProvider.class.getClassLoader().getResource("org/jd/gui/images/package_obj.png"));

@Override public String[] getSelectors() { return appendSelectors("jar:dir:*", "jmodClassesDirectory:dir:*"); }
@Override public String[] getSelectors() { return appendSelectors("jar:dir:*"); }

@Override
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 25b7e53

Please sign in to comment.