We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0018a commit 2dca3cdCopy full SHA for 2dca3cd
1 file changed
src/main/java/org/apache/commons/codec/CharEncoding.java
@@ -22,8 +22,7 @@
22
/**
23
* Character encoding names required of every implementation of the Java platform.
24
*
25
- * From the Java documentation <a
26
- * href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>:
+ * From the Java documentation for {@link Charset}:
27
* <p>
28
* <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
29
* release documentation for your implementation to see if any other encodings are supported. Consult the release
0 commit comments