Skip to content

Commit

Permalink
Use a unique name for the new recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 15, 2024
1 parent b86613d commit 272ba23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Object after(Object object) {
}

@RecipeDescriptor(
name = "`Preconditions.checkNotNull` to `Objects.requireNonNull`",
name = "`Preconditions.checkNotNull` with message to `Objects.requireNonNull`",
description = "Migrate from Guava `Preconditions.checkNotNull` to Java 8 `java.util.Objects.requireNonNull`."
)
public static class PreconditionsCheckNotNullWithMessageToObjectsRequireNonNull {
Expand Down

0 comments on commit 272ba23

Please sign in to comment.