Skip to content

Commit 2dca3cd

Browse files
committed
Better Javadoc using @link
1 parent 7d0018a commit 2dca3cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/apache/commons/codec/CharEncoding.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
/**
2323
* Character encoding names required of every implementation of the Java platform.
2424
*
25-
* From the Java documentation <a
26-
* href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>:
25+
* From the Java documentation for {@link Charset}:
2726
* <p>
2827
* <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
2928
* release documentation for your implementation to see if any other encodings are supported. Consult the release

0 commit comments

Comments
 (0)