Skip to content

Commit a333baa

Browse files
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUgKyBPcGVuUmV3cml0ZS9PcGVuUmV3cml0ZQ%3D%3D Co-authored-by: Moderne <team@moderne.io>
1 parent 9630229 commit a333baa

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/resources/META-INF/rewrite/examples.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,12 +1308,6 @@ examples:
13081308
return String.format("Hello %s", "world");
13091309
}
13101310
}
1311-
after: |
1312-
class A {
1313-
public String test() {
1314-
return "Hello %s".formatted("world");
1315-
}
1316-
}
13171311
language: java
13181312
- before: project
13191313
language: mavenProject

0 commit comments

Comments
 (0)