Skip to content

Commit

Permalink
Fix NoSuchMethodError happening on JDK 21 (fixes #885) (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Aug 7, 2023
1 parent 57ccc9e commit f6b0f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private static boolean isUnused(
JCCompilationUnit unit,
Set<String> usedNames,
Multimap<String, Range<Integer>> usedInJavadoc,
JCImport importTree,
ImportTree importTree,
String simpleName) {
String qualifier = ((JCFieldAccess) importTree.getQualifiedIdentifier())
.getExpression()
Expand Down

0 comments on commit f6b0f28

Please sign in to comment.