Skip to content

Commit 50983c9

Browse files
committed
Move CompressArchiveUtilTest to proper package
Move the test class to match the package of CompressArchiveUtil
1 parent f6a2d49 commit 50983c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)