File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020/**
2121 * Character encoding names required of every implementation of the Java platform.
2222 *
23- * From the Java documentation <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard
24- * charsets</a>:
23+ * From the Java documentation <a
24+ * href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>:
2525 * <p>
2626 * <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
2727 * release documentation for your implementation to see if any other encodings are supported. Consult the release
28- * documentation for your implementation to see if any other encodings are supported. </cite>
28+ * documentation for your implementation to see if any other encodings are supported.</cite>
2929 * </p>
3030 *
3131 * <ul>
4747 * This perhaps would best belong in the [lang] project. Even if a similar interface is defined in [lang], it is not
4848 * foreseen that [codec] would be made to depend on [lang].
4949 *
50- * <p>This class is immutable and thread-safe.</p>
50+ * <p>
51+ * This class is immutable and thread-safe.
52+ * </p>
5153 *
5254 * @see <a href="http://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
5355 * @since 1.4
You can’t perform that action at this time.
0 commit comments