Skip to content

Commit

Permalink
Update descriptions of javax.annotation migration recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
traceyyoshima committed Oct 26, 2021
1 parent e6274ca commit 509acab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/rewrite/javax-to-jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.JavaxAnnotationPackageToJakarta
displayName: Migrate deprecated `javax.annotation` packages to `jakarta.annotation`
description: `ChangeType` on classes in the `javax.annotation` package.
description: Change type of classes in the `javax.annotation` package to jakarta.
tags:
- batch
- javax
Expand Down Expand Up @@ -150,7 +150,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.JavaxAnnotationSecurityPackageToJakarta
displayName: Migrate deprecated `javax.annotation.security` packages to `jakarta.annotation.security`
description: `ChangeType` on classes in the `javax.annotation.security` package.
description: Change type of classes in the `javax.annotation.security` package to jakarta.
tags:
- batch
- javax
Expand All @@ -177,7 +177,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.JavaxAnnotationSqlPackageToJakarta
displayName: Migrate deprecated `javax.annotation.sql` packages to `jakarta.annotation.sql`
description: `ChangeType` on classes in the `javax.annotation.sql` package.
description: Change type of classes in the `javax.annotation.sql` package to jakarta.
tags:
- batch
- javax
Expand Down

0 comments on commit 509acab

Please sign in to comment.