ppkarwasz commented on code in PR #709: URL: https://github.com/apache/commons-compress/pull/709#discussion_r2372345977
########## src/test/java/org/apache/commons/compress/archivers/tar/TarFileTest.java: ########## @@ -40,15 +40,14 @@ import java.util.List; import java.util.zip.GZIPInputStream; -import org.apache.commons.compress.AbstractTest; +import org.apache.commons.compress.archivers.AbstractArchiveFileTest; import org.apache.commons.compress.archivers.ArchiveException; import org.apache.commons.io.IOUtils; +import org.apache.commons.lang3.StringUtils; Review Comment: The change is intentional, using the shaded version wasn't. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
