Skip to content

Commit

Permalink
Merge branch 'main' into java_toolchain_21
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 26, 2024
2 parents 23015ee + aff2872 commit 393d038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/java-version-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ tags:
recipeList:
- org.openrewrite.java.migrate.util.ListFirstAndLast
- org.openrewrite.java.migrate.util.IteratorNext
- org.openrewrite.java.migrate.util.StreamFindFirst
- org.openrewrite.java.ChangeMethodName:
methodPattern: java.util.SortedSet first()
newMethodName: getFirst
Expand Down

0 comments on commit 393d038

Please sign in to comment.