Removed unused import.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-05-24 19:24:15 +00:00
parent 1d44ada55f
commit 06f93f2551
1 changed files with 1 additions and 3 deletions

View File

@ -53,8 +53,6 @@
*/
package org.apache.commons.lang;
import java.io.IOException;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
@ -65,7 +63,7 @@ import junit.textui.TestRunner;
*
* @author of original StringUtilsTest.testEscape = ?
* @author <a href="mailto:alex@purpletech.com">Alexander Day Chaffee</a>
* @version $Id: EntitiesTest.java,v 1.4 2003/05/24 15:11:36 alex Exp $
* @version $Id: EntitiesTest.java,v 1.5 2003/05/24 19:24:15 ggregory Exp $
*/
public class EntitiesTest extends TestCase
{