Skip to content

Commit cdb0229

Browse files
committed
Fix references to recipes
Fixes #108
1 parent e6a9c75 commit cdb0229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/META-INF/rewrite/apache-poi-3-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ recipeList:
3333
groupId: org.apache.poi
3434
artifactId: poi*
3535
newVersion: 3.x
36-
- org.openrewrite.apache.poi.ReplaceSetBoldweightWithSetBoldRecipes
37-
- org.openrewrite.apache.poi.ReplaceSetCellTypeRecipes
36+
- org.openrewrite.apache.poi.ReplaceSetBoldweightWithSetBold
37+
- org.openrewrite.apache.poi.ReplaceSetCellType
3838
- org.openrewrite.java.migrate.ChangeMethodInvocationReturnType:
3939
methodPattern: org.apache.poi.ss.usermodel.Cell getCellType()
4040
newReturnType: org.apache.poi.ss.usermodel.CellType

0 commit comments

Comments
 (0)