Skip to content

Commit

Permalink
Merge branch 'openrewrite:main' into joda-time
Browse files Browse the repository at this point in the history
  • Loading branch information
amishra-u authored Dec 19, 2024
2 parents 0a28830 + 9a50b85 commit 9c6161f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public TreeVisitor<?, ExecutionContext> getVisitor() {
@Override
public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, ExecutionContext ctx) {
if (methodInputPattern.matches(method)) {
return JavaTemplate.builder("#{any(jakarta.enterprise.inject.spi.AnnotatedType)}, null\"")
return JavaTemplate.builder("#{any(jakarta.enterprise.inject.spi.AnnotatedType)}, null")
.build()
.apply(updateCursor(method),
method.getCoordinates().replaceArguments(),
Expand Down

0 comments on commit 9c6161f

Please sign in to comment.