Skip to content

Commit f58b6a9

Browse files
Alexey Nesterovmheath
authored andcommitted
Make state field nullable
For CAPI 3.92 compatibility
1 parent 0231659 commit f58b6a9

File tree

1 file changed

+1
-0
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/deployments

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public abstract class Deployment extends Resource {
8484
*/
8585
@Deprecated
8686
@JsonProperty("state")
87+
@Nullable
8788
public abstract DeploymentState getState();
8889

8990
/**

0 commit comments

Comments
 (0)