This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new ceba78df Remove unused imports ceba78df is described below commit ceba78dff4309bd09c66666cff34e53ef14f4383 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 18:20:09 2023 -0400 Remove unused imports --- .../commons/compress/archivers/memory/MemoryArchiveInputStream.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/compress/archivers/memory/MemoryArchiveInputStream.java b/src/test/java/org/apache/commons/compress/archivers/memory/MemoryArchiveInputStream.java index b286de28..0d378249 100644 --- a/src/test/java/org/apache/commons/compress/archivers/memory/MemoryArchiveInputStream.java +++ b/src/test/java/org/apache/commons/compress/archivers/memory/MemoryArchiveInputStream.java @@ -20,7 +20,6 @@ package org.apache.commons.compress.archivers.memory; import java.io.IOException; -import org.apache.commons.compress.archivers.ArchiveEntry; import org.apache.commons.compress.archivers.ArchiveInputStream; public final class MemoryArchiveInputStream extends ArchiveInputStream<MemoryArchiveEntry> {