Fix since tag

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-01 20:56:44 +00:00
parent 7bc6a98e28
commit 96e23c0fca
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ import java.util.Map;
* @see ValuedEnum
* @author Stephen Colebourne
* @author Gary Gregory
* @since 1.0
* @version $Id: EnumUtils.java,v 1.1 2004/02/23 04:34:20 ggregory Exp $
* @since 2.1 (class existed in enum package from v1.0)
* @version $Id: EnumUtils.java,v 1.2 2004/06/01 20:56:44 scolebourne Exp $
*/
public class EnumUtils {

View File

@ -94,8 +94,8 @@ import org.apache.commons.lang.ClassUtils;
*
* @author Apache Avalon project
* @author Stephen Colebourne
* @since 1.0
* @version $Id: ValuedEnum.java,v 1.1 2004/02/23 04:34:20 ggregory Exp $
* @since 2.1 (class existed in enum package from v1.0)
* @version $Id: ValuedEnum.java,v 1.2 2004/06/01 20:56:44 scolebourne Exp $
*/
public abstract class ValuedEnum extends Enum {