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 b2f6671c2 Javadoc
b2f6671c2 is described below
commit b2f6671c2ca026e0038e32ba459b52f3ba2a8b5a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 9 10:03:56 2025 -0400
Javadoc
---
.../org/apache/commons/compress/archivers/dump/ShortFileException.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/dump/ShortFileException.java
b/src/main/java/org/apache/commons/compress/archivers/dump/ShortFileException.java
index 11da8e4ef..2d2e63a27 100644
---
a/src/main/java/org/apache/commons/compress/archivers/dump/ShortFileException.java
+++
b/src/main/java/org/apache/commons/compress/archivers/dump/ShortFileException.java
@@ -24,6 +24,9 @@
public class ShortFileException extends DumpArchiveException {
private static final long serialVersionUID = 1L;
+ /**
+ * Constructs a {@code ShortFileException}.
+ */
public ShortFileException() {
super("unexpected EOF");
}