Skip to content

Commit

Permalink
fixing small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vicente-romero-oracle committed Jan 3, 2024
1 parent 9d3ab15 commit 1c115aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ public void clearPermittedSubclasses() {
fullname.toString().endsWith("GradleExecGraph.Execution")) {
System.err.println("[javac-log]: clearing the permitted subclasses list of " + fullname);
}
permitted = List.nil();
permitted.clear();
}

public void setPermittedSubclasses(List<Symbol> permittedSubs) {
Expand Down

0 comments on commit 1c115aa

Please sign in to comment.