Skip to content

Commit cb2a467

Browse files
authored
Update NettyDockerCmdExecFactory.java
1 parent 8ac5cf9 commit cb2a467

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import javax.net.ssl.SSLParameters;
1313

1414
import org.apache.commons.lang.SystemUtils;
15-
import org.bouncycastle.jce.provider.BouncyCastleProvider;
1615

1716
import com.github.dockerjava.api.command.AttachContainerCmd;
1817
import com.github.dockerjava.api.command.AuthCmd;
@@ -170,15 +169,6 @@
170169
import io.netty.util.concurrent.DefaultThreadFactory;
171170
import org.bouncycastle.jce.provider.BouncyCastleProvider;
172171

173-
import javax.net.ssl.SSLEngine;
174-
import javax.net.ssl.SSLParameters;
175-
import java.io.IOException;
176-
import java.net.InetAddress;
177-
import java.net.InetSocketAddress;
178-
import java.net.SocketAddress;
179-
import java.security.Security;
180-
181-
import static com.google.common.base.Preconditions.checkNotNull;
182172

183173
/**
184174
* Experimental implementation of {@link DockerCmdExecFactory} that supports http connection hijacking that is needed to pass STDIN to the

0 commit comments

Comments
 (0)