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 b3ab3cd5 Javadoc
b3ab3cd5 is described below
commit b3ab3cd55846895281e927803e46ea5732e11264
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 4 11:35:11 2023 -0400
Javadoc
---
.../apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java | 3 +++
1 file changed, 3 insertions(+)
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 c3332ccd..90ae4908 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
@@ -81,6 +81,9 @@ public class SevenZArchiveEntry implements ArchiveEntry {
private Iterable<? extends SevenZMethodConfiguration> contentMethods;
+ /**
+ * Constructs a new instance.
+ */
public SevenZArchiveEntry() {
}