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 4949 * This perhaps would best belong in the Commons Lang project. Even if a similar class is defined in Commons Lang, it is
5050 * not foreseen that Commons Codec would be made to depend on Commons Lang.
5151 *
52- * <p>This class is immutable and thread-safe.</p>
52+ * <p>
53+ * This class is immutable and thread-safe.
54+ * </p>
5355 *
5456 * @see <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
5557 * @since 1.7
5860public class Charsets {
5961
6062 //
61- // This class should only contain Charset instances for required encodings. This guarantees that it will load correctly and
62- // without delay on all Java platforms.
63+ // This class should only contain Charset instances for required encodings. This guarantees that it will load
64+ // correctly and without delay on all Java platforms.
6365 //
6466
6567 /**
You can’t perform that action at this time.
0 commit comments