Skip to content

Commit

Permalink
More accurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 23, 2024
1 parent fd165c9 commit 0bc4fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState
/*
* This isn't a method invocation we can simplify, or it's an invocation of a local overload.
* The latter type of invocation we do not suggest replacing, as this is fairly likely to
* introduce a mutually recursive call chain.
* introduce an unbounded recursive call chain.
*/
return Description.NO_MATCH;
}
Expand Down

0 comments on commit 0bc4fa4

Please sign in to comment.