File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ recipeList:
117117type : specs.openrewrite.org/v1beta/recipe
118118name : org.openrewrite.java.migrate.JavaxAnnotationPackageToJakarta
119119displayName : Migrate deprecated `javax.annotation` packages to `jakarta.annotation`
120- description : ` ChangeType ` on classes in the `javax.annotation` package.
120+ description : Change type of classes in the `javax.annotation` package to jakarta .
121121tags :
122122 - batch
123123 - javax
@@ -150,7 +150,7 @@ recipeList:
150150type : specs.openrewrite.org/v1beta/recipe
151151name : org.openrewrite.java.migrate.JavaxAnnotationSecurityPackageToJakarta
152152displayName : Migrate deprecated `javax.annotation.security` packages to `jakarta.annotation.security`
153- description : ` ChangeType ` on classes in the `javax.annotation.security` package.
153+ description : Change type of classes in the `javax.annotation.security` package to jakarta .
154154tags :
155155 - batch
156156 - javax
@@ -177,7 +177,7 @@ recipeList:
177177type : specs.openrewrite.org/v1beta/recipe
178178name : org.openrewrite.java.migrate.JavaxAnnotationSqlPackageToJakarta
179179displayName : Migrate deprecated `javax.annotation.sql` packages to `jakarta.annotation.sql`
180- description : ` ChangeType ` on classes in the `javax.annotation.sql` package.
180+ description : Change type of classes in the `javax.annotation.sql` package to jakarta .
181181tags :
182182 - batch
183183 - javax
You can’t perform that action at this time.
0 commit comments