Skip to content

Commit c76a353

Browse files
committed
Merge branch 'amend-ci-fix' into 2.x
2 parents 266ce43 + 30b7388 commit c76a353

File tree

1 file changed

+2
-0
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/applications

1 file changed

+2
-0
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/applications/Application.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package org.cloudfoundry.client.v3.applications;
1818

1919
import com.fasterxml.jackson.annotation.JsonProperty;
20+
import org.cloudfoundry.Nullable;
2021
import org.cloudfoundry.client.v3.Lifecycle;
2122
import org.cloudfoundry.client.v3.Resource;
2223
import org.cloudfoundry.client.v3.spaces.SpaceRelationships;
@@ -42,6 +43,7 @@ public abstract class Application extends Resource {
4243
* The relationships
4344
*/
4445
@JsonProperty("relationships")
46+
@Nullable
4547
public abstract ApplicationRelationships getRelationships();
4648

4749
/**

0 commit comments

Comments
 (0)