1
0

Clean up imports only.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-01-18 02:33:03 +00:00
parent 69cc4ff86d
commit d08dc18e1c
7 changed files with 6 additions and 23 deletions

View File

@@ -19,21 +19,15 @@ package org.apache.commons.logging.log4j;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.List;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Properties;
import java.util.List;
import junit.framework.TestCase;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.commons.logging.impl.Log4J12Logger;
/**

View File

@@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12;
import junit.framework.Test;
import org.apache.commons.logging.PathableTestSuite;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.commons.logging.PathableTestSuite;
/**

View File

@@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12;
import junit.framework.Test;
import org.apache.commons.logging.PathableTestSuite;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.commons.logging.PathableTestSuite;
/**
* Tests for Log4J logging when there is only one classloader and everything

View File

@@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12;
import junit.framework.Test;
import org.apache.commons.logging.PathableTestSuite;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.commons.logging.PathableTestSuite;
/**

View File

@@ -18,10 +18,6 @@ package org.apache.commons.logging.log4j.log4j12;
import java.util.List;
import junit.framework.Test;
import org.apache.commons.logging.PathableTestSuite;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;

View File

@@ -18,9 +18,8 @@ package org.apache.commons.logging.log4j.log4j12;
import junit.framework.Test;
import org.apache.commons.logging.PathableTestSuite;
import org.apache.commons.logging.PathableClassLoader;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.commons.logging.PathableTestSuite;
/**
* Tests for Log4J logging that emulate a webapp running within

View File

@@ -19,13 +19,10 @@ package org.apache.commons.logging.log4j.log4j12;
import java.util.List;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.apache.commons.logging.log4j.StandardTests;
import org.apache.log4j.AppenderSkeleton;
import org.apache.log4j.spi.LoggingEvent;
import org.apache.commons.logging.log4j.StandardTests;
/**
* A custom implementation of <code>org.apache.log4j.Appender</code> which
* converts the log4j-specific log event record into a representation that