Skip to content

Commit b1077fe

Browse files
author
David O'Sullivan
committed
Marks a Deployment Resource's 'app' relationship property as Nullable
1 parent f6a0fa2 commit b1077fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/deployments/_DeploymentRelationships.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import com.fasterxml.jackson.annotation.JsonProperty;
2020
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
21+
import org.cloudfoundry.Nullable;
2122
import org.cloudfoundry.client.v3.ToOneRelationship;
2223
import org.immutables.value.Value;
2324

@@ -32,6 +33,7 @@ abstract class _DeploymentRelationships {
3233
* The app relationship
3334
*/
3435
@JsonProperty("app")
36+
@Nullable
3537
abstract ToOneRelationship getApp();
3638

3739
}

0 commit comments

Comments
 (0)