You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/08/28 18:12:35 UTC

svn commit: r1378200 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java

Author: ggregory
Date: Tue Aug 28 16:12:35 2012
New Revision: 1378200

URL: http://svn.apache.org/viewvc?rev=1378200&view=rev
Log:
Fix Checkstyle issues.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java?rev=1378200&r1=1378199&r2=1378200&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java Tue Aug 28 16:12:35 2012
@@ -49,7 +49,9 @@ import java.nio.charset.UnsupportedChars
  * This perhaps would best belong in the Commons Lang project. Even if a similar class is defined in Commons Lang, it is
  * not foreseen that Commons Codec would be made to depend on Commons Lang.
  *
- * <p>This class is immutable and thread-safe.</p>
+ * <p>
+ * This class is immutable and thread-safe.
+ * </p>
  *
  * @see <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
  * @since 1.7
@@ -58,8 +60,8 @@ import java.nio.charset.UnsupportedChars
 public class Charsets {
 
     //
-    // This class should only contain Charset instances for required encodings. This guarantees that it will load correctly and
-    // without delay on all Java platforms.
+    // This class should only contain Charset instances for required encodings. This guarantees that it will load
+    // correctly and without delay on all Java platforms.
     //
 
     /**