Fix Javadoc warnings.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-08-26 18:54:04 +00:00
parent b0213e869e
commit a14f8248ed
1 changed files with 2 additions and 2 deletions

View File

@ -35,13 +35,13 @@ import java.io.UnsupportedEncodingException;
* names </a>
* @author Apache Software Foundation
* @since 2.1
* @version $Id: CharacterEncoding.java,v 1.1 2004/08/03 17:15:32 ggregory Exp $
* @version $Id: CharacterEncoding.java,v 1.2 2004/08/26 18:54:04 ggregory Exp $
*/
public class CharacterEncoding {
/**
* <p>
* ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
* ISO Latin Alphabet #1, also known as ISO-LATIN-1.
* </p>
* <p>
* Every implementation of the Java platform is required to support this character encoding.