Skip to content

Commit 0cc4b17

Browse files
committed
Fix Checkstyle issues.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1378197 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7ca0798 commit 0cc4b17

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
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>
@@ -47,7 +47,9 @@
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

0 commit comments

Comments
 (0)