Can't believe that Gary meant for the enums.EnumTest to import the enum.ColorEnum class.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-05-02 04:54:18 +00:00
parent da0e534f15
commit 048e444c84
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
import junit.framework.TestSuite; import junit.framework.TestSuite;
import org.apache.commons.lang.ClassUtilsTest; import org.apache.commons.lang.ClassUtilsTest;
import org.apache.commons.lang.SerializationUtils; import org.apache.commons.lang.SerializationUtils;
import org.apache.commons.lang.enum.ColorEnum;
/** /**
* Test cases for the {@link Enum} class. * Test cases for the {@link Enum} class.