Removed unused import.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-04-08 23:45:16 +00:00
parent 6a1dc2997c
commit ccde85985d
1 changed files with 1 additions and 2 deletions

View File

@ -61,12 +61,11 @@
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.apache.commons.lang.SerializationUtils;
/**
* Test cases for the {@link Enum} class.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: EnumUtilsTest.java,v 1.1 2002/08/11 23:17:54 scolebourne Exp $
* @version $Id: EnumUtilsTest.java,v 1.2 2003/04/08 23:45:16 ggregory Exp $
*/
public final class EnumUtilsTest extends TestCase {