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 a11d91815e8a18db84a7c7540191ed98e818d3f4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 12 09:32:12 2023 -0500

    Java Java 5 Javadoc link with Java 8
---
 .../apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
index fd036a6a8..b08e53c7b 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java
@@ -334,7 +334,7 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream<ZipArchiveEntry>
      * The encoding to use for file names and the file comment.
      *
      * <p>For a list of possible values see <a
-     * 
href="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html";>http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+     * 
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html";>Supported
 Encodings</a>.
      * Defaults to UTF-8.</p>
      */
     private String encoding = DEFAULT_ENCODING;
@@ -1451,7 +1451,7 @@ public class ZipArchiveOutputStream extends 
ArchiveOutputStream<ZipArchiveEntry>
      * The encoding to use for file names and the file comment.
      *
      * <p>For a list of possible values see <a
-     * 
href="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html";>http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+     * 
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html";>Supported
 Encodings</a>.
      * Defaults to UTF-8.</p>
      * @param encoding the encoding to use for file names, use null
      * for the platform's default encoding

Reply via email to