Skip to content

Commit

Permalink
Fix spelling in ibm-java recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon authored Oct 12, 2023
1 parent 0346afa commit f04adfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/ibm-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: org.openrewrite.java.migrate.IBMSemeru
displayName: Migrate to IBM Semeru Runtimes
description: >
This recipe will apply changes commonly needed when upgrading Java versions. The solutions provided in this list are
solutions only availible in IBM Semeru Runtimes.
solutions only available in IBM Semeru Runtimes.
tags:
- java11
recipeList:
Expand Down Expand Up @@ -73,4 +73,4 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl
newFullyQualifiedTypeName: com.ibm.jsse2.SSLSocketFactoryImpl
ignoreDefinition: true
ignoreDefinition: true

0 comments on commit f04adfc

Please sign in to comment.