Skip to content

Commit

Permalink
Update writing-a-java-refactoring-recipe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 21, 2024
1 parent 6df3156 commit 780f644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authoring-recipes/writing-a-java-refactoring-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class FooBar {
```yaml
---
type: specs.openrewrite.org/v1beta/recipe
name: com.yourorg.sayHelloToFooBar
name: com.yourorg.SayHelloToFooBar
recipeList:
- org.openrewrite.samples.SayHelloRecipe:
fullyQualifiedClassName: com.yourorg.FooBar
Expand All @@ -484,4 +484,4 @@ Congratulations on finishing your first recipe! Before you begin making your own
* [A deeper look into testing](recipe-testing.md)
* [A best practice guide for making recipes](recipe-conventions-and-best-practices.md)
* [A more complex recipe creation tutorial](modifying-methods-with-javatemplate.md)

0 comments on commit 780f644

Please sign in to comment.