Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored and wmdietl committed Oct 10, 2022
1 parent bc2756a commit 83d0ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,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 83d0ba2

Please sign in to comment.