Codebase list jd-gui / 33ad065
Fix warning on compilation emmanue1 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3131 }
3232 }
3333
34 @SuppressWarnings("unchecked")
3435 protected static void index(API api, Container.Entry entry, Indexes indexes, Map<String, Collection> packageDeclarationIndex) {
3536 for (Container.Entry e : entry.getChildren()) {
3637 if (e.isDirectory()) {