Skip to content

Commit 935981c

Browse files
committed
Add missing import line for BuildImageResultCallback
1 parent 80c6213 commit 935981c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/github/dockerjava/core/command/DockerfileFixture.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import com.github.dockerjava.api.exception.InternalServerErrorException;
55
import com.github.dockerjava.api.exception.NotFoundException;
66
import com.github.dockerjava.api.model.Image;
7+
import com.github.dockerjava.core.command.BuildImageResultCallback;
78
import org.slf4j.Logger;
89
import org.slf4j.LoggerFactory;
910

0 commit comments

Comments
 (0)