Skip to content

Commit 6566fd8

Browse files
authored
Merge pull request #1212 from hugares/fix-CompressArchiveUtilTest-package
Move CompressArchiveUtilTest to proper package
2 parents 9684b96 + 50983c9 commit 6566fd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/github/dockerjava/core/CompressArchiveUtilTest.java renamed to src/test/java/com/github/dockerjava/core/util/CompressArchiveUtilTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package com.github.dockerjava.core;
1+
package com.github.dockerjava.core.util;
22

3-
import com.github.dockerjava.core.util.CompressArchiveUtil;
43
import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
54
import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
65
import org.apache.commons.io.IOUtils;

0 commit comments

Comments
 (0)