Skip to content

Commit 509acab

Browse files
committed
Update descriptions of javax.annotation migration recipes.
1 parent e6274ca commit 509acab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/META-INF/rewrite/javax-to-jakarta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ recipeList:
117117
type: specs.openrewrite.org/v1beta/recipe
118118
name: org.openrewrite.java.migrate.JavaxAnnotationPackageToJakarta
119119
displayName: 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.
121121
tags:
122122
- batch
123123
- javax
@@ -150,7 +150,7 @@ recipeList:
150150
type: specs.openrewrite.org/v1beta/recipe
151151
name: org.openrewrite.java.migrate.JavaxAnnotationSecurityPackageToJakarta
152152
displayName: 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.
154154
tags:
155155
- batch
156156
- javax
@@ -177,7 +177,7 @@ recipeList:
177177
type: specs.openrewrite.org/v1beta/recipe
178178
name: org.openrewrite.java.migrate.JavaxAnnotationSqlPackageToJakarta
179179
displayName: 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.
181181
tags:
182182
- batch
183183
- javax

0 commit comments

Comments
 (0)