From 06f93f25515ab54666afbc0fc8f0a0b98a3c71e4 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Sat, 24 May 2003 19:24:15 +0000 Subject: [PATCH] Removed unused import. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137343 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/lang/EntitiesTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/org/apache/commons/lang/EntitiesTest.java b/src/test/org/apache/commons/lang/EntitiesTest.java index c3958e2cf..d3c9efd42 100644 --- a/src/test/org/apache/commons/lang/EntitiesTest.java +++ b/src/test/org/apache/commons/lang/EntitiesTest.java @@ -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 Alexander Day Chaffee - * @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 {