You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/04 16:33:31 UTC

[commons-codec] branch master updated: Better Javadoc using @link

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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dca3cd1 Better Javadoc using @link
2dca3cd1 is described below

commit 2dca3cd1154e7332de6277669b89fd05563c3c82
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 4 12:33:21 2023 -0400

    Better Javadoc using @link
---
 src/main/java/org/apache/commons/codec/CharEncoding.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/CharEncoding.java b/src/main/java/org/apache/commons/codec/CharEncoding.java
index 9d938cdb..c751bf7a 100644
--- a/src/main/java/org/apache/commons/codec/CharEncoding.java
+++ b/src/main/java/org/apache/commons/codec/CharEncoding.java
@@ -22,8 +22,7 @@ import java.nio.charset.Charset;
 /**
  * Character encoding names required of every implementation of the Java platform.
  *
- * From the Java documentation <a
- * href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>:
+ * From the Java documentation for {@link Charset}:
  * <p>
  * <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
  * release documentation for your implementation to see if any other encodings are supported. Consult the release