Skip to content

Commit

Permalink
fix missing add to set
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Oct 29, 2024
1 parent be279ac commit a22e388
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void accept(Path path) throws IOException {
if (visitedClasses.contains(outFile)) {
return;
}
visitedClasses.add(outFile);

if (downgrader.flags.downgradeFromMultiReleases) {
// prefer highest multi-release
Expand Down

0 comments on commit a22e388

Please sign in to comment.