diff --git a/examples/spring-boot-operator-sdk-example/src/main/java/org/openrewrite/kubernetes/examples/cr/ApplicationStatus.java b/examples/spring-boot-operator-sdk-example/src/main/java/org/openrewrite/kubernetes/examples/cr/ApplicationStatus.java index 1e14a48..8da5879 100644 --- a/examples/spring-boot-operator-sdk-example/src/main/java/org/openrewrite/kubernetes/examples/cr/ApplicationStatus.java +++ b/examples/spring-boot-operator-sdk-example/src/main/java/org/openrewrite/kubernetes/examples/cr/ApplicationStatus.java @@ -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 {