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 3d8f93b18 Javadoc
3d8f93b18 is described below

commit 3d8f93b18738d5776ff4a94ee0d4e2a5912541d2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 13 17:12:15 2023 -0500

    Javadoc
---
 .../apache/commons/compress/archivers/jar/JarArchiveInputStream.java    | 2 +-
 .../apache/commons/compress/archivers/zip/ZipArchiveInputStream.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveInputStream.java
index 75a11c2d1..3b7952eee 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveInputStream.java
@@ -74,7 +74,7 @@ public class JarArchiveInputStream extends 
ZipArchiveInputStream {
      * Gets the next entry.
      *
      * @return the next entry.
-     * @throws IOException
+     * @throws IOException if an I/O error occurs.
      * @deprecated Use {@link #getNextEntry()}.
      */
     @Deprecated
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
index b79458d58..1b5ed6f4b 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java
@@ -729,7 +729,7 @@ public class ZipArchiveInputStream extends 
ArchiveInputStream<ZipArchiveEntry> i
      * Gets the next entry.
      *
      * @return the next entry.
-     * @throws IOException
+     * @throws IOException if an I/O error occurs.
      * @deprecated Use {@link #getNextEntry()}.
      */
     @Deprecated

Reply via email to