Skip to content

Commit

Permalink
expose getDockerClient() method, resolve #37
Browse files Browse the repository at this point in the history
  • Loading branch information
tdomzal committed Oct 3, 2016
1 parent dc5a069 commit 4e70e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pl/domzal/junit/docker/rule/DockerRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public ContainerInfo getContainerInfo() {
/**
* {@link DockerClient} for direct container manipulation.
*/
DockerClient getDockerClient() {
public DockerClient getDockerClient() {
return dockerClient;
}

Expand Down

0 comments on commit 4e70e2f

Please sign in to comment.