From 509acab7b246046f52dc5c672155727a3cd57615 Mon Sep 17 00:00:00 2001 From: traceyyoshima Date: Tue, 26 Oct 2021 11:37:37 -0700 Subject: [PATCH] Update descriptions of javax.annotation migration recipes. --- src/main/resources/META-INF/rewrite/javax-to-jakarta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/META-INF/rewrite/javax-to-jakarta.yml b/src/main/resources/META-INF/rewrite/javax-to-jakarta.yml index d1ca2e5e4b..b9412dd8f9 100644 --- a/src/main/resources/META-INF/rewrite/javax-to-jakarta.yml +++ b/src/main/resources/META-INF/rewrite/javax-to-jakarta.yml @@ -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 @@ -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 @@ -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