We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9684b96 + 50983c9 commit 6566fd8Copy full SHA for 6566fd8
…erjava/core/CompressArchiveUtilTest.java …a/core/util/CompressArchiveUtilTest.javasrc/test/java/com/github/dockerjava/core/CompressArchiveUtilTest.java renamed to src/test/java/com/github/dockerjava/core/util/CompressArchiveUtilTest.java
@@ -1,6 +1,5 @@
1
-package com.github.dockerjava.core;
+package com.github.dockerjava.core.util;
2
3
-import com.github.dockerjava.core.util.CompressArchiveUtil;
4
import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
5
import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
6
import org.apache.commons.io.IOUtils;
0 commit comments