Skip to content

Commit 327f395

Browse files
authored
Merge pull request docker-java#888 from fengxx/feature/webtarget_scope
allow user to add custom command by extending NettyDockerCmdExecFactory
2 parents 700c64e + fe3d222 commit 327f395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/dockerjava/netty/NettyDockerCmdExecFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ private <T extends Channel> T configure(T channel) {
747747
return channel;
748748
}
749749

750-
private WebTarget getBaseResource() {
750+
protected WebTarget getBaseResource() {
751751
checkNotNull(baseResource, "Factory not initialized, baseResource not set. You probably forgot to call init()!");
752752
return baseResource;
753753
}

0 commit comments

Comments
 (0)