Skip to content

Commit f182f7d

Browse files
committed
Merge branch '873-service-plans' into 2.x
2 parents 3429bfe + 1c496be commit f182f7d

File tree

1 file changed

+2
-0
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/serviceplans

1 file changed

+2
-0
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/serviceplans/_Schemas.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.immutables.value.Value;
2223

2324
/**
@@ -31,6 +32,7 @@ abstract class _Schemas {
3132
* The service binding schema
3233
*/
3334
@JsonProperty("service_binding")
35+
@Nullable
3436
abstract ServiceBindingSchema getServiceBinding();
3537

3638
/**

0 commit comments

Comments
 (0)