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

commit 51081ce02fee7a626e615288007d4aa2bb2b0e42
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 21 17:58:13 2025 -0500

    Javadoc
---
 .../commons/compress/archivers/StreamingNotSupportedException.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
 
b/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
index 23bd31aad..566397782 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/StreamingNotSupportedException.java
@@ -27,6 +27,9 @@ public class StreamingNotSupportedException extends 
ArchiveException {
 
     private static final long serialVersionUID = 1L;
 
+    /**
+     * The format name.
+     */
     private final String format;
 
     /**

Reply via email to