Skip to content

Commit

Permalink
Migrate a few more OpenRewrite nullability annotations
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/builder/rCfr27H6r?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
knutwannheden and TeamModerne committed Aug 25, 2024
1 parent e638cbe commit 30c79c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import lombok.EqualsAndHashCode;
import lombok.Value;
import org.jspecify.annotations.Nullable;
import org.openrewrite.ExecutionContext;
import org.openrewrite.Option;
import org.openrewrite.Recipe;
import org.openrewrite.TreeVisitor;
import org.openrewrite.internal.lang.Nullable;
import org.openrewrite.java.JavaVisitor;
import org.openrewrite.java.MethodMatcher;
import org.openrewrite.java.tree.J;
Expand Down

0 comments on commit 30c79c0

Please sign in to comment.