Skip to content

Commit

Permalink
refactor: Recipe nullability best practices
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/aI43kIffN?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
timtebeek and TeamModerne committed Jun 20, 2024
1 parent 94a8f6e commit 94b764e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.model.ObjectReference;
import org.openrewrite.internal.lang.Nullable;

import javax.annotation.Nullable;
import java.util.List;

public class ApplicationStatus {
Expand Down

0 comments on commit 94b764e

Please sign in to comment.