You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/02/22 21:42:36 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/enum EnumUtils.java

scolebourne    2003/02/22 12:42:36

  Modified:    lang/src/java/org/apache/commons/lang/enum EnumUtils.java
  Log:
  Remove erroneous abstract, Comparable and Serializable keywords
  
  Revision  Changes    Path
  1.5       +4 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/enum/EnumUtils.java
  
  Index: EnumUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/enum/EnumUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EnumUtils.java	23 Dec 2002 00:17:06 -0000	1.4
  +++ EnumUtils.java	22 Feb 2003 20:42:36 -0000	1.5
  @@ -1,7 +1,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -57,6 +57,7 @@
   import java.util.Iterator;
   import java.util.List;
   import java.util.Map;
  +
   /**
    * Utility class for accessing and manipulating Enums.
    *
  @@ -66,7 +67,7 @@
    * @since 1.0
    * @version $Id$
    */
  -public abstract class EnumUtils implements Comparable, Serializable {
  +public class EnumUtils {
   
       /**
        * Restricted constructor
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org