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 89864c16c Remove unused import
89864c16c is described below
commit 89864c16c2b81fa073380e12cd957c5799c9d79c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 21 23:36:56 2023 -0500
Remove unused import
---
.../org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
index 95ad18733..f6a6633f7 100644
---
a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
+++
b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
@@ -25,7 +25,6 @@ import java.util.LinkedList;
import java.util.Objects;
import org.apache.commons.compress.archivers.ArchiveEntry;
-import org.apache.commons.compress.utils.TimeUtils;
import org.apache.commons.io.file.attribute.FileTimes;
/**