Skip to content

Commit

Permalink
annotations -> arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune authored and Stephan202 committed May 25, 2023
1 parent b537434 commit cedebc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static <T extends AnnotationTree> Matcher<T> hasMetaAnnotation(String ann
* arguments.
*
* @param <T> The type of tree to match against.
* @return A {@link Matcher} that matches trees with type annotations.
* @return A {@link Matcher} that matches trees with type arguments.
*/
public static <T extends ExpressionTree> Matcher<T> hasTypeArguments() {
return (tree, state) -> {
Expand Down

0 comments on commit cedebc9

Please sign in to comment.