Yessir, more import pruning.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1406 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
+1
-9
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SiteResourceLoaderTest.java,v 1.6 2003/11/15 02:06:40 mdb Exp $
|
||||
// $Id: SiteResourceLoaderTest.java,v 1.7 2004/02/25 13:21:41 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -20,19 +20,12 @@
|
||||
|
||||
package com.samskivert.servlet;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Iterator;
|
||||
|
||||
import javax.servlet.RequestDispatcher;
|
||||
import javax.servlet.Servlet;
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import junit.framework.Test;
|
||||
@@ -40,7 +33,6 @@ import junit.framework.TestCase;
|
||||
|
||||
import org.apache.commons.io.StreamUtils;
|
||||
|
||||
import com.samskivert.Log;
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
public class SiteResourceLoaderTest extends TestCase
|
||||
|
||||
+1
-4
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ProximityTrackerTest.java,v 1.2 2002/04/11 04:07:42 mdb Exp $
|
||||
// $Id: ProximityTrackerTest.java,v 1.3 2004/02/25 13:21:41 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -27,9 +27,6 @@ import java.util.Random;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.Log;
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
public class ProximityTrackerTest extends TestCase
|
||||
{
|
||||
public ProximityTrackerTest ()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SetFieldRuleTest.java,v 1.3 2002/04/11 04:07:42 mdb Exp $
|
||||
// $Id: SetFieldRuleTest.java,v 1.4 2004/02/25 13:21:41 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -28,7 +28,6 @@ import junit.framework.TestCase;
|
||||
|
||||
import org.apache.commons.digester.Digester;
|
||||
|
||||
import com.samskivert.Log;
|
||||
import com.samskivert.test.TestUtil;
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user