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

Skip to content

Commit 321c67b

Browse files
committed
fixed typo
1 parent 16507ae commit 321c67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)