Skip to content

Commit 855aa48

Browse files
committed
adding a description to the declarative usage example to be schema compliant.
1 parent 88ac76d commit 855aa48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/authoring-recipes/writing-a-java-refactoring-recipe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,9 @@ class FooBar {
660660
---
661661
type: specs.openrewrite.org/v1beta/recipe
662662
name: com.yourorg.SayHelloToFooBar
663+
description: Add `hello` method to class `com.yourorg.FooBar`.
663664
recipeList:
664-
- org.openrewrite.samples.SayHelloRecipe:
665+
- com.yourorg.SayHelloRecipe:
665666
fullyQualifiedClassName: com.yourorg.FooBar
666667
```
667668
</TabItem>

0 commit comments

Comments
 (0)