Skip to content

Commit fe3d222

Browse files
committed
allow user to add custom command
1 parent 700c64e commit fe3d222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)