Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66033ef

Browse files
committed
Merge pull request kpelykh#1 from djsly/master
Problem compiling due + Problem with docker-maven-plugin
2 parents 16507ae + ade01d1 commit 66033ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/kpelykh/docker/client/DockerClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public ClientResponse copyFile(String containerId, String resource) throws Docke
548548
}
549549
}
550550

551-
public List<ChangeLog> containterDiff(String containerId) throws DockerException, NotFoundException {
551+
public List<ChangeLog> containerDiff(String containerId) throws DockerException, NotFoundException {
552552

553553
WebResource webResource = client.resource(restEndpointUrl + String.format("/containers/%s/changes", containerId));
554554

src/main/java/com/kpelykh/docker/client/model/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Version {
2828
@JsonProperty("Os")
2929
private String operatingSystem;
3030

31-
@JsonProperty
31+
@JsonProperty("ApiVersion")
3232
private String apiVersion;
3333

3434
public String getVersion() {

0 commit comments

Comments
 (0)