Skip to content

Commit 84238d5

Browse files
pivotal-david-osullivanDavid O'Sullivan
authored and
David O'Sullivan
committed
Marks a Deployment Resource's 'app' relationship property as Nullable (#1137)
1 parent 055994b commit 84238d5

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

+2
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)