Remove unused import

from Gary Gregory


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-03-06 22:50:21 +00:00
parent 285f6016bc
commit e8a0b41aa3
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@
*/
package org.apache.commons.lang.enum;
import java.io.Serializable;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
@ -65,7 +64,7 @@ import java.util.Map;
* @see ValuedEnum
* @author Stephen Colebourne
* @since 1.0
* @version $Id: EnumUtils.java,v 1.5 2003/02/22 20:42:36 scolebourne Exp $
* @version $Id: EnumUtils.java,v 1.6 2003/03/06 22:50:21 scolebourne Exp $
*/
public class EnumUtils {