There was an error while loading. Please reload this page.
1 parent e6a9c75 commit cdb0229Copy full SHA for cdb0229
1 file changed
src/main/resources/META-INF/rewrite/apache-poi-3-17.yml
@@ -33,8 +33,8 @@ recipeList:
33
groupId: org.apache.poi
34
artifactId: poi*
35
newVersion: 3.x
36
- - org.openrewrite.apache.poi.ReplaceSetBoldweightWithSetBoldRecipes
37
- - org.openrewrite.apache.poi.ReplaceSetCellTypeRecipes
+ - org.openrewrite.apache.poi.ReplaceSetBoldweightWithSetBold
+ - org.openrewrite.apache.poi.ReplaceSetCellType
38
- org.openrewrite.java.migrate.ChangeMethodInvocationReturnType:
39
methodPattern: org.apache.poi.ss.usermodel.Cell getCellType()
40
newReturnType: org.apache.poi.ss.usermodel.CellType
0 commit comments