Skip to content

Commit 53db319

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

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
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
@@ -58,8 +60,8 @@
5860
public 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
/**

0 commit comments

Comments
 (0)