From 804ccc397d7f4a4459db31487e82d2e97a4033d1 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 20 Mar 2003 02:50:42 +0000 Subject: [PATCH] Removed an unused import statement. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137261 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/lang/CharSetUtilsTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/org/apache/commons/lang/CharSetUtilsTest.java b/src/test/org/apache/commons/lang/CharSetUtilsTest.java index 606b38dfc..3b4a59c82 100644 --- a/src/test/org/apache/commons/lang/CharSetUtilsTest.java +++ b/src/test/org/apache/commons/lang/CharSetUtilsTest.java @@ -54,8 +54,6 @@ package org.apache.commons.lang; * . */ -import java.util.Arrays; - import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; @@ -65,7 +63,7 @@ import junit.textui.TestRunner; * * @author Henri Yandell * @author Ringo De Smet - * @version $Id: CharSetUtilsTest.java,v 1.4 2002/09/29 07:13:07 bayard Exp $ + * @version $Id: CharSetUtilsTest.java,v 1.5 2003/03/20 02:50:42 ggregory Exp $ */ public class CharSetUtilsTest extends TestCase {