Skip to content

Commit

Permalink
Fix warning on compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jun 16, 2019
1 parent 515fca8 commit 33ad065
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public void index(API api, Container.Entry entry, Indexes indexes) {
}
}

@SuppressWarnings("unchecked")
protected static void index(API api, Container.Entry entry, Indexes indexes, Map<String, Collection> packageDeclarationIndex) {
for (Container.Entry e : entry.getChildren()) {
if (e.isDirectory()) {
Expand Down

0 comments on commit 33ad065

Please sign in to comment.