Follow same @author style.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-08-21 05:26:02 +00:00
parent 07ea8e7fa2
commit 4e3962a6e4
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ import java.util.Set;
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Phil Steitz * @author Phil Steitz
* @author Pete Gieser * @author Pete Gieser
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a> * @author Gary Gregory
* @since 1.0 * @since 1.0
* @version $Id: CharSet.java,v 1.18 2003/08/21 05:25:34 ggregory Exp $ * @version $Id: CharSet.java,v 1.19 2003/08/21 05:26:02 ggregory Exp $
*/ */
public class CharSet implements Serializable { public class CharSet implements Serializable {