Skip to content

Commit

Permalink
Marks a Deployment Resource's 'app' relationship property as Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan committed Feb 21, 2022
1 parent f6a0fa2 commit b1077fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.cloudfoundry.Nullable;
import org.cloudfoundry.client.v3.ToOneRelationship;
import org.immutables.value.Value;

Expand All @@ -32,6 +33,7 @@ abstract class _DeploymentRelationships {
* The app relationship
*/
@JsonProperty("app")
@Nullable
abstract ToOneRelationship getApp();

}

0 comments on commit b1077fe

Please sign in to comment.