Organize imports

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-05-16 22:08:31 +00:00
parent 70cab8f8e6
commit e329c3556c
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@
*/
package org.apache.commons.lang;
import java.util.Arrays;
import java.io.IOException;
import junit.framework.Test;
@ -66,7 +65,7 @@
*
* @author of original StringUtilsTest.testEscape = ?
* @author <a href="mailto:alex@purpletech.com">Alexander Day Chaffee</a>
* @version $Id: StringEscapeUtilsTest.java,v 1.5 2003/04/09 21:30:18 alex Exp $
* @version $Id: StringEscapeUtilsTest.java,v 1.6 2003/05/16 22:08:31 scolebourne Exp $
*/
public class StringEscapeUtilsTest extends TestCase {
private final static String FOO = "foo";