Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 17, 2022
1 parent 004b084 commit c245a6f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -587,7 +587,7 @@ public static ExecutableElement elementFromUse(NewClassTree tree) {
* @param tree the {@link Tree} node to get the symbol for
* @throws IllegalArgumentException if {@code tree} is null or is not a valid javac-internal tree
* (JCTree)
* @return the {@link Symbol} for the given tree, or null if one could not be found
* @return the {@link Symbol} for the given tree
*/
@Pure
public static VariableElement variableElementFromTree(Tree tree) {
Expand Down

0 comments on commit c245a6f

Please sign in to comment.