Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ba70a9

Browse filesBrowse files
authored
fix JsonProperty annotation for container healthchecks (docker-java#1511) (docker-java#1539)
1 parent 2dc6b0a commit 9ba70a9
Copy full SHA for 9ba70a9

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: docker-java-api/src/main/java/com/github/dockerjava/api/model/ContainerSpec.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.