Skip to content

Commit

Permalink
clarify that the package index contains empty packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jan 15, 2025
1 parent 563ab4f commit b55a7ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/**
* An indexer that saves the names of all currently existing packages.
* This index contains all existing packages, regardless of whether they have any classes directly inside them.
*/
public class PackageIndex implements MappingsIndexer {
private final Multimap<ClassEntry, String> packageNames = HashMultimap.create();
Expand Down

0 comments on commit b55a7ac

Please sign in to comment.