Skip to content

Commit

Permalink
refactor: OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Apr 25, 2024
1 parent 5b5c130 commit 006b595
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ public Yaml visitMapping(Yaml.Mapping mapping, ExecutionContext ctx) {
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Atomi
return super.visitMethodInvocation(method, found);
}
}
}
}

0 comments on commit 006b595

Please sign in to comment.