Checkstyle and trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24e94b5651
commit
37a40f70ec
|
@ -26,8 +26,9 @@ import java.nio.charset.IllegalCharsetNameException;
|
|||
* <p>According to <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character
|
||||
* encoding names</a>:</p>
|
||||
*
|
||||
* <p><cite>Every implementation of the Java platform is required to support the following character encodings. Consult the
|
||||
* release documentation for your implementation to see if any other encodings are supported.</cite></p>
|
||||
* <p><cite>Every implementation of the Java platform is required to support the following character encodings.
|
||||
* Consult the release documentation for your implementation to see if any other encodings are supported.
|
||||
* </cite></p>
|
||||
*
|
||||
* @see <a href="http://download.oracle.com/javase/1.3/docs/guide/intl/encoding.doc.html">JRE character encoding names</a>
|
||||
* @author Apache Software Foundation
|
||||
|
|
Loading…
Reference in New Issue