Skip to content

Commit 9712ad5

Browse files
authored
Merge pull request docker-java#1031 from net613/NullPointException
fix a Java.lang.NullPointerException
2 parents 3a29844 + 8938e07 commit 9712ad5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/github/dockerjava/core/command/UpdateContainerCmdImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ public class UpdateContainerCmdImpl extends AbstrDockerCmd<UpdateContainerCmd, U
5555
@JsonProperty("KernelMemory")
5656
private Long kernelMemory;
5757

58-
public UpdateContainerCmdImpl() {
59-
super(null);
60-
}
61-
6258
public UpdateContainerCmdImpl(UpdateContainerCmd.Exec exec, String containerId) {
6359
super(exec);
6460
withContainerId(containerId);

0 commit comments

Comments
 (0)