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 cfc52d241 Java Java 6 Javadoc link with Java 8
cfc52d241 is described below

commit cfc52d241786c7bfc0ed68646139ffb84a9df75b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 12 09:37:34 2023 -0500

    Java Java 6 Javadoc link with Java 8
---
 .../java/org/apache/commons/compress/utils/Charsets.java | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/org/apache/commons/compress/utils/Charsets.java 
b/src/main/java/org/apache/commons/compress/utils/Charsets.java
index 3809bf21e..20f14f7ca 100644
--- a/src/main/java/org/apache/commons/compress/utils/Charsets.java
+++ b/src/main/java/org/apache/commons/compress/utils/Charsets.java
@@ -23,7 +23,7 @@ import java.nio.charset.StandardCharsets;
 /**
  * Charsets required of every implementation of the Java platform.
  *
- * From the Java documentation <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
+ * From the Java documentation <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
  * charsets</a>:
  * <p>
  * <cite>Every implementation of the Java platform is required to support the 
following character encodings. Consult the
@@ -50,7 +50,7 @@ import java.nio.charset.StandardCharsets;
  * <p>This class best belongs in the Commons Lang or IO project. Even if a 
similar class is defined in another Commons
  * component, it is not foreseen that Commons Compress would be made to depend 
on another Commons component.</p>
  *
- * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+ * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
  * @see StandardCharsets
  * @since 1.4
  */
@@ -67,7 +67,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated
@@ -81,7 +81,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated
@@ -96,7 +96,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated
@@ -110,7 +110,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated
@@ -124,7 +124,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated
@@ -138,7 +138,7 @@ public class Charsets {
      * Every implementation of the Java platform is required to support this 
character encoding.
      * </p>
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
+     * @see <a 
href="https://docs.oracle.com/javase/8/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
      * @deprecated replaced by {@link StandardCharsets} in Java 7
      */
     @Deprecated

Reply via email to