Skip to content

Commit

Permalink
Add Javadocs for ClassesJarExtractor
Browse files Browse the repository at this point in the history
This was caught by the Google Linter.
  • Loading branch information
hoisie committed Nov 18, 2023
1 parent e87eb85 commit d7e107a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private List<File> findAarFiles(FileCollection files) {
return bad;
}

/** Extracts classes.jar from an AAR */
public abstract static class ClassesJarExtractor extends ExtractAarTransform {
@Inject
public ClassesJarExtractor() {}
Expand Down

0 comments on commit d7e107a

Please sign in to comment.