Skip to content

Commit 9ba70a9

Browse files
authored
fix JsonProperty annotation for container healthchecks (#1511) (#1539)
1 parent 2dc6b0a commit 9ba70a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java-api/src/main/java/com/github/dockerjava/api/model/ContainerSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public class ContainerSpec implements Serializable {
137137
* @since 1.26
138138
* A test to perform to check that the container is healthy.
139139
*/
140-
@JsonProperty("HealthCheck")
140+
@JsonProperty("Healthcheck")
141141
private HealthCheck healthCheck;
142142

143143
/**

0 commit comments

Comments
 (0)